Skip to content

Commit e5ca1f1

Browse files
committed
ci: Re-add auto_merge, add scoped permissions
1 parent 3decf04 commit e5ca1f1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/sync.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@ on:
77

88
jobs:
99
sync:
10-
1110
runs-on: ubuntu-latest
1211

12+
permissions:
13+
pull-requests: write
14+
1315
steps:
1416
- uses: tgymnich/fork-sync@v2.0
1517
with:
16-
token: ${{ secrets.FORK_SYNC_TOKEN }}
18+
token: ${{ secrets.GITHUB_TOKEN }}
1719
owner: '5HT2C'
1820
repo: 'Vundle.vim'
1921
base: master
2022
head: master
23+
auto_merge: true
2124
merge_method: rebase
2225
pr_title: 'bump: Sync from remote'
2326
retries: 3

0 commit comments

Comments
 (0)