mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
1.2 KiB
1.2 KiB
How to use it
- Create a PR
- Tag it with "Needs Documentation"
- Optionally set the milestone to it
- Merge it
Then
- an issue is automatically created in the QGIS-Documentation repository
- in the PR, a message pings the author to tell him he should take care of the documentation issue
Example:
- Dummy PR: https://github.com/qgis/QGIS/pull/33627
- Auto created issue: https://github.com/qgis/QGIS-Documentation/issues/4744
How it works
- A Github workflow takes care of creating the issue and commenting.
- To make it works on jobs triggered from forks (almost all PRs actually), the Github token has to be manually given. Since it cannot be written in clear, an action obfuscates its using xor encryption.
- The labels on QGIS-Documentation are deduced from the PR milestone (e.g. 3.10.2 => 3.10). To label issues, push access is required. Due to security reasons (the token appears in clear), qgis-bot has no specific rights. Labels are created using a workflow.