Skip to content

Commit

Permalink
chore(github): Bypass CLA check
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Jul 27, 2023
1 parent a709b9b commit 678e5f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/bypass-cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This workflow is used to bypass the required status checks in merge queue.
# cf. https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/troubleshooting-required-status-checks
name: CLA
on:
merge_group:

jobs:
cla:
name: license/cla
runs-on: ubuntu-latest
steps:
- run: 'echo "No test required"'

0 comments on commit 678e5f6

Please sign in to comment.