Stub implementation blocked by https://github.com/kentaro-m/add-an-issue-reference-action/pull/4
This commit is contained in:
parent
d256ff6c67
commit
6f4d08f92a
13
.github/workflows/issueReference.yml
vendored
Normal file
13
.github/workflows/issueReference.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: 'Issue Reference'
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
issue-reference:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: kentaro-m/add-an-issue-reference-action@v2
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
branch-prefix: "issue"
|
Loading…
Reference in New Issue
Block a user