chore(lifecycle): call lifecycle.yml from projectbluefin/actions #267
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: issue and PR lifecycle | ||
| on: | ||
| issues: | ||
| types: [opened, labeled, closed] | ||
| issue_comment: | ||
| types: [created] | ||
| pull_request: | ||
| types: [opened, labeled] | ||
| schedule: | ||
| - cron: '0 9 * * *' | ||
| permissions: | ||
| issues: write | ||
| pull-requests: write | ||
| contents: read | ||
| jobs: | ||
| lifecycle: | ||
|
Check failure on line 19 in .github/workflows/lifecycle-caller.yml
|
||
| uses: projectbluefin/actions/.github/workflows/lifecycle.yml@7df3176a8449ba1db2c2b38ea18c0d9b3687a4f0 # chore/lifecycle-from-common — update SHA after actions PR merges | ||
| with: | ||
| brand_name: "Dakota" | ||
| secrets: inherit | ||