Improve idempotency of the registration tasks in the agent #627
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: "Label Pull Requests." | |
on: | |
pull_request_target: | |
paths: | |
- 'plugins/**' | |
- 'roles/**' | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
label: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: "Label Pull Requests." | |
uses: actions/labeler@v5 | |
with: | |
configuration-path: .github/labels-prs.yml | |
sync-labels: false |