Skip to content

Commit

Permalink
feat(GA): add common pipeline actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizpolic committed Nov 29, 2023
1 parent 7f93832 commit 56593b4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/checks.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/pr-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR

on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize

jobs:
sync:
uses: bank-vaults/.github/.github/workflows/_pr-sync.yml@main
permissions:
pull-requests: write
issues: write
13 changes: 13 additions & 0 deletions .github/workflows/project-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Project

on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:

jobs:
sync:
uses: bank-vaults/.github/.github/workflows/_project-sync.yml@main
permissions:
issues: write
pull-requests: write

0 comments on commit 56593b4

Please # to comment.