Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Bump helm.sh/helm/v3 from 3.9.4 to 3.14.1 #69

Bump helm.sh/helm/v3 from 3.9.4 to 3.14.1

Bump helm.sh/helm/v3 from 3.9.4 to 3.14.1 #69

name: Add issues to project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
# Only run jobs if the feature branch is in your repo (not in a fork)
# OR
# it is an issue
if: github.event.pull_request.head.repo.full_name == github.repository || github.event.issue.number != ''
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Kuadrant/projects/18
github-token: ${{ secrets.ADD_ISSUES_TOKEN }}