mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-19 10:16:05 +08:00
Create extract-issues.yml
This commit is contained in:
13
.github/workflows/extract-issues.yml
vendored
Normal file
13
.github/workflows/extract-issues.yml
vendored
Normal 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'
|
Reference in New Issue
Block a user