mirror of
https://gitea.com/Lydanne/pr-extract-issues.git
synced 2025-08-17 17:26:05 +08:00
19 lines
401 B
YAML
19 lines
401 B
YAML
name: extract
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, edited, synchronize]
|
|
|
|
jobs:
|
|
welcome:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions-cool/pr-extract-issues@t
|
|
with:
|
|
way: 'commit'
|
|
issues-labels: 'l1, l2'
|
|
filter-label: 'bug'
|
|
issues-comment: |
|
|
HI。这个 issue: ${number} 已经被修复了。
|
|
issues-close: true
|