Skip to content

Commit

Permalink
Merge pull request #252 from dfinity/enable-cla-check
Browse files Browse the repository at this point in the history
enable cla check
  • Loading branch information
cgundy authored Jun 8, 2023
2 parents 22fe16e + fd62f83 commit 2387fe4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check_signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: dfinity/repositories-open-to-contributions
- name: Debug
run: |
echo ${{ github.event_name }}
echo ${{ github.event.issue.number }}
- name: Check CLA issue
if: false # don't run this step until we have disabled the bot to avoid duplicate messages
uses: ./.github/actions/check_cla_issue/
with:
issue-id: ${{ github.event.issue.number }}

0 comments on commit 2387fe4

Please # to comment.