Skip to content

Commit

Permalink
feat(GA): add common pipeline actions (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizpolic authored Nov 29, 2023
1 parent f03e3f4 commit b27d76f
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.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:
common:
uses: bank-vaults/.github/.github/workflows/_pr-common.yml@main
permissions:
pull-requests: write
issues: write
13 changes: 13 additions & 0 deletions .github/workflows/project.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:
common:
uses: bank-vaults/.github/.github/workflows/_project-common.yml@main
permissions:
issues: write
pull-requests: write

0 comments on commit b27d76f

Please sign in to comment.