Bump vedantmgoyal9/winget-releaser from b87a066d9e624db1394edcd947f8c4e5a7e30cd7 to a2ac6c7691dd063a6f6e782fdd11090f5ab45525 #19725
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: Scala CLA | |
on: | |
pull_request: | |
branches-ignore: | |
- 'language-reference-stable' | |
push: | |
branches: | |
- 'language-reference-stable' | |
merge_group: | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./project/scripts/check-cla.sh | |
if: github.event_name == 'pull_request' | |
env: | |
AUTHOR: ${{ github.event.pull_request.user.login }} |