Action to get and modify an issue
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
/ test (push) Successful in 27s
Reviewed-on: #97 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu> |
||
| .forgejo/workflows | ||
| get | ||
| set | ||
| .editorconfig | ||
| .gitignore | ||
| README.md | ||
| renovate.json | ||
issue-action
This repository contains two actions that can be used together to modify the issues of a repository.
Example
Look for the issue with label static-site and with the title
https://code.forgejo.org/f3/html-documentation and set the sync
label.
- id: static-site
uses: https://code.forgejo.org/infrastructure/issue-action/get@v1.0.0
with:
forgejo: https://code.forgejo.org
repository: infrastructure/k8s-cluster
q: https://code.forgejo.org/f3/html-documentation
labels: static-site
- uses: https://code.forgejo.org/infrastructure/issue-action/set@v1.0.0
with:
forgejo: https://code.forgejo.org
repository: infrastructure/k8s-cluster
token: ${{ secrets.SYNC_TOKEN }}
numbers: ${{ steps.static-site.outputs.numbers }}
label: sync