From 166aee354b74243c0ef79efa4b9a98cc0048187d Mon Sep 17 00:00:00 2001 From: Dominik Broj Date: Mon, 4 Mar 2024 09:26:07 +0100 Subject: [PATCH] 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) --- .github/workflows/on-issue-creation.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/on-issue-creation.yml b/.github/workflows/on-issue-creation.yml index e39929b5..88e056e2 100644 --- a/.github/workflows/on-issue-creation.yml +++ b/.github/workflows/on-issue-creation.yml @@ -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