Consolidate Metadata #206
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: Consolidate Metadata | |
| on: | |
| schedule: | |
| - cron: '5 0 * * *' # Runs at 00:05 UTC every day | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| call-consolidate: | |
| uses: jenkins-infra/plugin-modernizer-tool/.github/workflows/consolidate-metadata.yml@main |