Merge pull request #23 from paketo-buildpacks/add-pkg #2
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: Synchronize Labels | |
"on": | |
push: | |
branches: | |
- main | |
paths: | |
- .github/labels.yml | |
jobs: | |
synchronize: | |
name: Synchronize Labels | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: micnncim/action-label-syncer@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} |