MP1: Bump actions/setup-java from 3 to 4 #7
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: Workflow / Size and Stability labels | |
on: | |
pull_request_target: | |
types: [opened, synchronize] | |
# push: | |
# branches: [master] | |
jobs: | |
add-labels: | |
name: Add labels | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: Add Size and Stability labels | |
uses: victorx64/pr-label@v0 | |
with: | |
# Optional pattern used to limit paths. | |
# See https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec | |
git-pathspec: "':!Build/**' ':!**/TuningParameters/**' ':!libbluray'" |