Merge pull request #2030 from j2kun:mdformat #1435
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update TODO backlinks | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
insert-backlinks: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3 | |
- name: todo-backlinks | |
uses: j2kun/todo-backlinks@12b447ef971f465feb2a7298a1240157e8712942 # [email protected] | |
env: | |
GITHUB_TOKEN: ${{ github.token }} |