Skip to content

Commit

Permalink
github-actions: skip features and bugs auto assignment (#18790)
Browse files Browse the repository at this point in the history
  • Loading branch information
Null not nil authored Jul 27, 2020
1 parent 1fed1fb commit 76cdffd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/assign_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
with:
project: 'https://github.com/pingcap/tidb/projects/39'
column_name: 'Issue Backlog: Need Triage'
- name: Run issues assignment to Question and Bug Reports Kanban
uses: srggrs/assign-one-project-github-action@1.2.0
if: |
contains(github.event.issue.labels.*.name, 'type/question') ||
contains(github.event.issue.labels.*.name, 'type/bug')
with:
project: 'https://github.com/pingcap/tidb/projects/36'
column_name: 'Need Triage'
- name: Run issues assignment to Feature Request Kanban
uses: srggrs/assign-one-project-github-action@1.2.0
if: |
Expand Down

0 comments on commit 76cdffd

Please sign in to comment.