ensure dependabot bumps the MSW mockServiceWorker file when bumping MSW upgrades #2674
This file contains 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: project-lifecycle | |
on: | |
schedule: | |
- cron: 0 8 * * * | |
workflow_dispatch: | |
issues: | |
types: | |
- reopened | |
- opened | |
- labeled | |
permissions: | |
contents: read # for checking out the repository (e.g. actions/checkout) | |
jobs: | |
lifecycle: | |
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main | |
permissions: | |
issues: write # for editing issues (e.g. adding labels) | |
with: | |
filesToIgnore: CODEOWNERS | |
secrets: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.APP_PRIVATE_KEY }} |