Skip to content

Commit

Permalink
Change the trigger to check the CLA (#20567)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal authored Jun 14, 2024
1 parent 61a15b2 commit e4a5d9c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
name: Scala CLA
name: Check Scala CLA
on:
pull_request:
types: opened
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 }}

0 comments on commit e4a5d9c

Please sign in to comment.