Remove add-to-project job (#3996)

# What this PR does

- Remove add-to-project job

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
This commit is contained in:
Dominik Broj 2024-03-04 09:26:07 +01:00 committed by GitHub
parent 88e27810d1
commit 166aee354b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,15 +6,6 @@ name: On issue creation
- opened
jobs:
add-to-project:
name: Add OSS issues to team's kanban board
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.1
with:
project-url: https://github.com/orgs/grafana/projects/119
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
add-latest-version-comment-to-feature-request-issues:
name: Add latest version comment to feature request issues
runs-on: ubuntu-latest