Files
anonklub/.github/workflows/issue-link.yml
sripwoud 2c01b3ec80 chore: use lefthook to manage git hooks (#458)
* 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
2024-07-26 17:59:07 +02:00

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