You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
14
+
# Beta Release
15
+
uses: contributor-assistant/github-action@v2.3.0
16
+
env:
17
+
GITHUB_TOKEN: ${{ secrets.BOT }}
18
+
# the below token should have repo scope and must be manually added by you in the repository's secret
19
+
PERSONAL_ACCESS_TOKEN: ${{ secrets.BOT }}
20
+
with:
21
+
path-to-signatures: 'signatures-v2.json'
22
+
path-to-document: 'https://github.com/is-cool-me/register/blob/main/terms.md'# e.g. a CLA or a DCO document
0 commit comments