mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-10 10:27:54 -05:00
* chore: hide biome config file * chore: update dprint and biome config * chore: replace lintstaged and husky by lefthook * chore: update knip config * chore: cleanup config files in `ui` * fix: use dprint action in format workflow step
21 lines
482 B
YAML
21 lines
482 B
YAML
name: Issue-PR Link
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
|
|
# set minimum required permissions for automatic `GITHUB_TOKEN` token
|
|
permissions:
|
|
pull-requests: write
|
|
issues: read
|
|
|
|
jobs:
|
|
issue-links:
|
|
name: Link PR to Issue
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: tkt-actions/add-issue-links@71526d15c5fcf2c50fbe34c77f194ee91a4a8355 # 1.8.0
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
branch-prefix: "issue-"
|
|
resolve: true
|