Skip to content

Commit 11063a9

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 1c89bf3 commit 11063a9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: pr-auto-update
22
on:
3-
push: {}
3+
push: {}
44

55
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/[email protected]
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'
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/[email protected]
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

Comments
 (0)