diff --git a/.github/workflows/extract-issues.yml b/.github/workflows/extract-issues.yml new file mode 100644 index 0000000..93420c2 --- /dev/null +++ b/.github/workflows/extract-issues.yml @@ -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'