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:
parent
88e27810d1
commit
166aee354b
1 changed files with 0 additions and 9 deletions
9
.github/workflows/on-issue-creation.yml
vendored
9
.github/workflows/on-issue-creation.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue