From 965461709510e75d286a6222554a3f19fb7c9932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 18 Oct 2024 21:54:44 +0200 Subject: [PATCH] Add issue to project wf --- .github/workflows/issue.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/issue.yaml diff --git a/.github/workflows/issue.yaml b/.github/workflows/issue.yaml new file mode 100644 index 0000000..677b509 --- /dev/null +++ b/.github/workflows/issue.yaml @@ -0,0 +1,19 @@ +--- +name: Periodic flake update +on: # yamllint disable-line rule:truthy + issues: + types: [opened, edited, closed] + +permissions: + contents: write + +jobs: + add-to-project: + runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:runner-latest + steps: + - uses: actions/add-to-project@v1 + with: + project-url: https://git.t-juice.club/torjus/workflow-test/projects/6 +