Rename CI-winpeas_dev_test.yml to CI-PR_from_dev.yml

This commit is contained in:
Carlos Polop
2021-07-15 22:57:32 +01:00
committed by GitHub
parent 4f63b70089
commit 5f3fae67f8

26
.github/workflows/CI-PR_from_dev.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: CI-PR_from_dev
on:
push:
branches:
- winpeas_dev
- linpeas_dev
workflow_dispatch:
jobs:
create_pull_request:
runs-on: ubuntu-latest
steps:
# checkout
- name: Checkout
uses: actions/checkout@v2
# PR
- name: Pull Request
uses: repo-sync/pull-request@v2
with:
destination_branch: "master"
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}