Read the password for encryption hidden in mvn #2197
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: Label-PR | |
| on: | |
| pull_request_target: # *_target workaround for https://github.com/actions/labeler/issues/12 | |
| types: [opened, reopened, synchronize, unlocked, unlabeled] | |
| jobs: | |
| label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Label by changed paths | |
| uses: actions/labeler@v3 | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
| sync-labels: false | |
| configuration-path: .github/labeler.yml |