Skip to content

Proposal to merge images/nginx-1.25 into images/nginx and remove redundancy #755

Proposal to merge images/nginx-1.25 into images/nginx and remove redundancy

Proposal to merge images/nginx-1.25 into images/nginx and remove redundancy #755

Workflow file for this run

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@0609a2702eefb44781da00f8e04901d6e5cd2b92 # v0.6.0
with:
project-url: https://github.com/orgs/kubernetes/projects/104
github-token: ${{ secrets.PROJECT_WRITER }}