This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/.github/workflows/add-issues-to-backlog.yml
Kasper Juul Hermansen bf1c51e9af
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
fix(deps): update all dependencies
2023-10-11 23:36:10 +00:00

17 lines
352 B
YAML

name: Add issues to backlog project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/dagger/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}