We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8badd commit 914a042Copy full SHA for 914a042
1 file changed
.github/workflows/caa-bot.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: "CAA Assistant"
13
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I agree to the Data Intuitive Contributor Assignment Agreement.') || github.event_name == 'pull_request_target'
14
- uses: cla-assistant/github-action@v2.3.0
+ uses: cla-assistant/github-action@v2.6.1
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
0 commit comments