mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-01-19 00:06:10 -08:00
Rename CI-winpeas_dev_test.yml to CI-PR_from_dev.yml
This commit is contained in:
26
.github/workflows/CI-PR_from_dev.yml
vendored
Normal file
26
.github/workflows/CI-PR_from_dev.yml
vendored
Normal 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 }}
|
||||
|
||||
Reference in New Issue
Block a user