
Bumps the all group with 1 update: [actions/add-to-project](https://github.com/actions/add-to-project).
Updates `actions/add-to-project` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](2e5cc851ca...9bfe908f2e
)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
453 B
YAML
19 lines
453 B
YAML
name: Adds all issues
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
add-to-project:
|
|
name: Add issue to project
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
repository-projects: write
|
|
issues: write
|
|
steps:
|
|
- uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1
|
|
with:
|
|
project-url: https://github.com/orgs/kubernetes/projects/104
|
|
github-token: ${{ secrets.PROJECT_WRITER }}
|