Revisit DPP/Gateway listing in the service detail view #1648
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 | |
jobs: | |
lifecycle: | |
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main | |
with: | |
filesToIgnore: CODEOWNERS |