Fix CI: pin importlib-metadata to 8.7.1 for Python 3.9 compatibility #9353
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: 'PR labels' | |
| on: | |
| pull_request: | |
| types: | |
| - 'opened' | |
| - 'reopened' | |
| - 'labeled' | |
| - 'unlabeled' | |
| - 'synchronize' | |
| jobs: | |
| classify: | |
| name: 'Classify PR' | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - name: 'PR impact specified' | |
| uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5.5.2 | |
| with: | |
| mode: exactly | |
| count: 1 | |
| labels: 'bug, debt, feature-request, no-changelog' |