Skip to content

Commit

Permalink
ci (#9522)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton authored Sep 15, 2021
1 parent 5a846d4 commit 86c0335
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci_verify_pr_contains_issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: VerifyIssue

on:
pull_request:
branches: [master]
types: [edited, synchronize, opened, reopened, ready_for_review]
check_run:

jobs:
verify_linked_issue:
runs-on: ubuntu-latest
name: Ensure Pull Request has a linked issue.
if: github.event.pull_request.draft == false
steps:
- name: Verify Linked Issue
uses: hattan/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 86c0335

Please sign in to comment.