Add Code Exploration team label workflows (#44056)

This commit is contained in:
Felix Becker 2022-11-08 01:26:05 -08:00 committed by GitHub
parent a5b23900b4
commit 45d36119b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

View File

@ -14,7 +14,6 @@ jobs:
edit_body: true
message: /cc {recipients}
recipients: |
team/integrations=@sourcegraph/integrations
team/growth=@sourcegraph/growth
team/cloud=@sourcegraph/cloud
team/search-product=@sourcegraph/search-product
@ -23,7 +22,7 @@ jobs:
team/delivery=@sourcegraph/delivery
team/security=@dcomas
team/dev-experience=@jhchabran @kstretch9
team/frontend-platform=@sourcegraph/frontend-platform
team/repo-management=@jplahn @ryphil
team/devops=@sourcegraph/cloud-devops
team/iam=@sourcegraph/iam
team/code-exploration=@felixfbecker

View File

@ -1,4 +1,4 @@
name: Move labled issues to Project (Beta)
name: Move labled issues to Project
on:
issues:
@ -9,7 +9,7 @@ on:
jobs:
add-to-project-beta:
name: Add issue to project (beta)
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Move team/devops or team/cloud issues
@ -19,7 +19,7 @@ jobs:
github-token: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}
labeled: team/cloud
label-operator: OR
- name: Move team/repo-management issues
uses: actions/add-to-project@main
with:
@ -27,7 +27,15 @@ jobs:
github-token: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}
labeled: team/repo-management
label-operator: OR
- name: Move team/code-exploration issues
uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/sourcegraph/projects/297
github-token: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}
labeled: team/code-exploration
label-operator: OR
- name: Move design issues
uses: actions/add-to-project@main
with:
@ -35,7 +43,7 @@ jobs:
github-token: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}
labeled: design, needs-design
label-operator: OR
# - name: Move team/CHANGEME issues
# uses: actions/add-to-project@main
# with: