workflow-test/.github/workflows/issue.yaml

21 lines
475 B
YAML
Raw Permalink Normal View History

2024-10-18 19:54:44 +00:00
---
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:
2024-10-18 19:56:08 +00:00
- uses: actions/add-to-project@v1.0.2
2024-10-18 19:54:44 +00:00
with:
project-url: https://git.t-juice.club/torjus/workflow-test/projects/6
2024-10-18 19:57:42 +00:00
github-token: ${{ secrets.GITHUB_TOKEN }}
2024-10-18 19:54:44 +00:00