mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-25 21:44:45 +08:00
Initial commit from Create Next App
This commit is contained in:
16
.github/workflows/issue-autolink.yml
vendored
Normal file
16
.github/workflows/issue-autolink.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: 'Issue Autolink'
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
issue-links:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: tkt-actions/add-issue-links@v1.8.1
|
||||
with:
|
||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
branch-prefix: 'i'
|
||||
resolve: 'true'
|
||||
Reference in New Issue
Block a user