mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-20 04:29:51 +00:00
Create checker.yml
This commit is contained in:
parent
cf01d7a046
commit
667ffa6742
19
.github/workflows/checker.yml
vendored
Normal file
19
.github/workflows/checker.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: Check if a PR has a valid Issue
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [ edited, synchronize, opened, reopened ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
checker:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Issue Validator
|
||||||
|
uses: HarshCasper/validate-issues-over-pull-requests@v0.1.1
|
||||||
|
id: validator
|
||||||
|
with:
|
||||||
|
prbody: ${{ github.event.pull_request.body }}
|
||||||
|
prurl: ${{ github.event.pull_request.url }}
|
Loading…
x
Reference in New Issue
Block a user