Skip to content

Commit

Permalink
add issue and PR directives for sphinx (#658)
Browse files Browse the repository at this point in the history
* add issue and PR directives

* update CHANGELOG.rst

* update format and links
  • Loading branch information
CagtayFabry authored Nov 25, 2021
1 parent 79d7257 commit e3d269b
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 378 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Grep for PR number in CHANGELOG.rst
run: grep -P '\[[^\]]*#${{github.event.number}}[,\]]' CHANGELOG.rst
run: grep -P ':pull:`${{github.event.number}}`' CHANGELOG.rst
Loading

0 comments on commit e3d269b

Please sign in to comment.