mirror of
https://github.com/jazzband/.github.git
synced 2026-03-16 22:20:32 +00:00
Move sync file and update action.
This commit is contained in:
parent
aeeab0fe02
commit
6892ff044f
3 changed files with 3 additions and 4 deletions
3
.sync.yml → .github/sync.yml
vendored
3
.sync.yml → .github/sync.yml
vendored
|
|
@ -58,5 +58,4 @@ group:
|
||||||
files:
|
files:
|
||||||
- source: configs/.pullapprove.yml
|
- source: configs/.pullapprove.yml
|
||||||
dest: .pullapprove.yml
|
dest: .pullapprove.yml
|
||||||
- source: CODE_OF_CONDUCT.md
|
- CODE_OF_CONDUCT.md
|
||||||
dest: CODE_OF_CONDUCT.md
|
|
||||||
3
.github/workflows/repo-file-sync.yml
vendored
3
.github/workflows/repo-file-sync.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Run GitHub File Sync
|
- name: Run GitHub File Sync
|
||||||
uses: BetaHuhn/repo-file-sync-action@develop
|
uses: BetaHuhn/repo-file-sync-action@v1.6.0
|
||||||
with:
|
with:
|
||||||
GH_PAT: ${{ secrets.SYNC_TOKEN }}
|
GH_PAT: ${{ secrets.SYNC_TOKEN }}
|
||||||
ASSIGNEES: jezdez
|
ASSIGNEES: jezdez
|
||||||
|
|
@ -23,4 +23,3 @@ jobs:
|
||||||
GIT_EMAIL: jazzband-bot@users.noreply.github.com
|
GIT_EMAIL: jazzband-bot@users.noreply.github.com
|
||||||
GIT_USERNAME: jazzband-bot
|
GIT_USERNAME: jazzband-bot
|
||||||
# DRY_RUN: true
|
# DRY_RUN: true
|
||||||
CONFIG_PATH: .sync.yml
|
|
||||||
|
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
.github/actions/
|
||||||
Loading…
Reference in a new issue