feat: add github_copilot_organization_seat_assignment and github_copilot_team_seat_assignment resources #1707
Workflow file for this run
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 Labeler | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| permissions: read-all | |
| jobs: | |
| labeler: | |
| name: Label PRs | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write # Use this if all labels already exist in the repository (i.e., pre-defined in .github/labeler.yml). | |
| defaults: | |
| run: | |
| shell: bash | |
| steps: | |
| - name: Run Labeler | |
| uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 | |
| with: | |
| sync-labels: false # Whether or not to remove labels when matching files are reverted or no longer changed by the PR |