chore(deps): bump org.openjfx:javafx-base from 22 to 22.0.1 #299
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: labeler | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: TimonVS/[email protected] | |
with: | |
configuration-path: .github/pr-labeler.yml | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |