Fix the name of the spring apps instance to be globally unique. #35
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
# Add a label to the PR when it is opened or updated | |
name: Pull Request Labeler | |
on: [pull_request] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: actions/labeler@v4 | |
with: | |
sync-labels: true | |
configuration-path: .github/labeler.yml | |
dot: true |