Deprecate manually adding configurations to configuration container #1533
Workflow file for this run
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: Check pulls metadata | |
on: | |
pull_request_target: | |
types: [ closed ] | |
permissions: {} | |
jobs: | |
check_pull_metadata: | |
permissions: | |
issues: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
# Check that PRs have proper metadata: labels and milestone | |
# https://github.com/gradle/issue-management-action/blob/main/src/pull-metadata.ts | |
- uses: gradle/issue-management-action/pull-metadata@v2 |