Update ingress-nginx to latest v1.10.0 error calling semverCompare: Invalid Semantic Version #766
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |