Skip to content

Commit 22307e8

Browse files
authored
format the pull-request title
2 parents aaffea7 + 0501833 commit 22307e8

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
# for security reasons the github actions are pinned to specific release versions
1111
jobs:
12-
export_docs:
13-
name: Export PDF and ePub
12+
create_release:
13+
name: Release pull-request
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout markdown
@@ -83,14 +83,16 @@ jobs:
8383
- name: Create pull request
8484
uses: peter-evans/[email protected]
8585
with:
86-
title: "Release for version ${{ GITHUB_REF_NAME }}"
86+
title: Release of Developer Guide version ${{GITHUB_REF_NAME}}
8787
body: |
8888
**Summary** :
8989
Pull request automatically generated for the latest release version
90+
9091
**Description for the changelog** :
91-
Developer Guide release
92+
release of version ${{GITHUB_REF_NAME}}
93+
9294
**Other info** :
9395
Please verify and then merge the pull request to update the release
94-
commit-message: 'update release'
96+
commit-message: update for release version ${{GITHUB_REF_NAME}}
9597
branch: update-release
9698
base: main

draft/11-operation/01-modsecurity-crs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ then [submit an issue][issue1101] or [edit on GitHub][edit1101].
5252
[edit1101]: https://github.com/OWASP/www-project-developer-guide/blob/main/draft/11-operation/01-modsecurity-crs.md
5353
[issue1101]: https://github.com/OWASP/www-project-developer-guide/issues/new?labels=content&template=request.md&title=Update:%2011-operation/01-modsecurity-crs
5454
[modcrs-project]: https://owasp.org/www-project-modsecurity-core-rule-set/
55-
[modcrs-download]: https://coreruleset.org/installation/
55+
[modcrs-download]: https://coreruleset.org/docs/deployment/install/
5656
[modcrs]: https://coreruleset.org/
5757
[modsecurity]: https://owasp.org/www-project-modsecurity/
5858
[modsecdocs]: https://www.modsecurity.org/

release/11-operation/01-modsecurity-crs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The OWASP Spotlight series provides an overview of how to use this Core Rule Set
4747
[coraza]: https://coraza.io/
4848
[coraza-tutorial]: https://coraza.io/docs/tutorials/quick-start/
4949
[modcrs-project]: https://owasp.org/www-project-modsecurity-core-rule-set/
50-
[modcrs-download]: https://coreruleset.org/installation/
50+
[modcrs-download]: https://coreruleset.org/docs/deployment/install/
5151
[modcrs]: https://coreruleset.org/
5252
[modsecurity]: https://owasp.org/www-project-modsecurity/
5353
[modsecdocs]: https://www.modsecurity.org/

0 commit comments

Comments
 (0)