Compare commits
1 Commits
master
...
issue_trac
Author | SHA1 | Date | |
---|---|---|---|
|
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