Skip to content

Commit

Permalink
Improve wording of doc issues (#35294)
Browse files Browse the repository at this point in the history
* Improve wording of doc issues

Use "Title (Request in QGIS)" rather than "Request in QGIS (Title)" for new documentation issues.

* Undo erroneous change
  • Loading branch information
m-kuhn committed Mar 25, 2020
1 parent 29922e0 commit 3acce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_to_doc_issue.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
token: ${{ steps.token.outputs.token }}
owner: qgis
repo: QGIS-Documentation
title: ${{ format('Request in QGIS ({0})', github.event.pull_request.title) }}
title: ${{ format('{0} (Request in QGIS)', github.event.pull_request.title) }}
# do not modify the QGIS version, an action automatically creates a label in the doc repo
# this is not possible to set labels directly due to security reasons
# the token is in clear, so no rights are given to qgis-bot
Expand Down

0 comments on commit 3acce42

Please sign in to comment.