Remove the "Verify linked issue" bot (#11338)

This commit is contained in:
Carlos Mocholí 2022-01-06 09:01:45 +01:00 committed by GitHub
parent 58025cff0f
commit f6a6a25810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
name: Verify Issue Linking
on:
pull_request:
branches: [master]
types: [opened, edited, 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/verify-linked-issue-action@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}