We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdb216 commit 0a61703Copy full SHA for 0a61703
1 file changed
.github/workflows/pr-auto-update.yml
@@ -0,0 +1,19 @@
1
+name: pr-auto-update
2
+on:
3
+ push: {}
4
+
5
+jobs:
6
+ pr-auto-update:
7
+ name: Automatic PR Updater
8
+ runs-on: ubuntu-latest
9
+ permissions:
10
+ pull-requests: write
11
+ contents: write
12
+ steps:
13
+ - uses: CSSUoB/pr-auto-updater@v2.1.2
14
+ env:
15
+ GITHUB_TOKEN: '${{ secrets.PR_AUTO_UPDATE_TOKEN }}'
16
+ PR_FILTER: 'labelled'
17
+ PR_LABELS: 'sync'
18
+ MERGE_CONFLICT_ACTION: 'label'
19
+ MERGE_CONFLICT_LABEL: 'conflict'
0 commit comments