We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7043650 commit ce8286cCopy full SHA for ce8286c
.github/workflows/update_helpfiles.yml
@@ -8,7 +8,9 @@ name: "Powershell Update Help Files PR"
8
on:
9
push:
10
branches:
11
- - 'weekly_update_help_files_*'
+ - 'weekly_test_*'
12
+permissions:
13
+ pull-requests: write
14
15
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
jobs:
@@ -36,7 +38,7 @@ jobs:
36
38
REVIEWERS: timayabi2020
37
39
ASSIGNEDTO: timayabi2020
40
LABELS: generated
- BASE: main
41
+ BASE: github_action_failure
42
HEAD: ${{steps.create_branch.outputs.branch}}
43
run: |
44
curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.1
0 commit comments