[quality] CI E2E failures: eval_js attribute error, undefined _do_not_disturb, and steps directory ConfigError #1112
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] | |
| schedule: | |
| - cron: '0 9 * * *' | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| contents: read | |
| jobs: | |
| lifecycle: | |
| uses: projectbluefin/bonedigger/.github/workflows/lifecycle.yml@d53076732c23203efd7856eaee7c502742897603 # v1 | |
| with: | |
| brand_name: "Dakota" | |
| secrets: inherit |