[ci] chore(workflow): add solved label and correct milestone to issue when PR is merged (#252) #64
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: "[OpenAEV] Auto Label" | |
| on: | |
| pull_request_target: | |
| branches: [main, release/current] | |
| types: [opened, reopened] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| auto-label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Auto Label" | |
| uses: FiligranHQ/filigran-ci-tools/actions/auto-label@main |