Action to get and modify an issue
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Renovate Bot 0a7c55709b
All checks were successful
/ test (push) Successful in 27s
Replace Node.js with data.forgejo.org/oci/node 24-trixie (#97)
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>
2026-03-12 08:11:36 +00:00
.forgejo/workflows Replace Node.js with data.forgejo.org/oci/node 24-trixie (#97) 2026-03-12 08:11:36 +00:00
get feat: retry 5 times (#91) 2026-01-16 12:58:05 +00:00
set feat: retry 5 times (#91) 2026-01-16 12:58:05 +00:00
.editorconfig feat: implement label-wait-if-exists 2024-11-13 19:18:22 +01:00
.gitignore initial 2024-11-11 22:47:42 +01:00
README.md documentation 2024-11-12 00:32:43 +01:00
renovate.json Add renovate.json 2024-11-12 09:31:32 +00:00

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