Skip to content

Commit

Permalink
feat(GA): add common mgmt sync actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizpolic committed Nov 28, 2023
1 parent 41c68c9 commit 32a8f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
mark-stale:
uses: ./.github/workflows/_stale.yml
uses: bank-vaults/.github/.github/workflows/_stale.yml@main
permissions:
issues: write
pull-requests: write

sync:
uses: ./.github/workflows/_sync.yml
uses: bank-vaults/.github/.github/workflows/_sync.yml@main
permissions:
issues: write

0 comments on commit 32a8f6c

Please sign in to comment.