Create extract-issues.yml

This commit is contained in:
xrkffgg
2021-03-10 22:39:31 +08:00
committed by GitHub
parent 993f6a4e01
commit c51d8d5909

13
.github/workflows/extract-issues.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: extract
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions-cool/pr-extract-issues@main
with:
way: 'title'