Skip to content

Commit

Permalink
Auto-add 'cody' label to issues for filtering in Linear (#3474)
Browse files Browse the repository at this point in the history
The `cody` label will allow constructing unified Views inside Linear for Cody-related
issues filed on different repos, such as the Sourcegraph monorepo, this repo, and
the sourcegraph/customer repo.
  • Loading branch information
varungandhi-src committed Mar 22, 2024
1 parent fbe16e0 commit 9a98798
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cody:
- '/.*/'
18 changes: 18 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Issue Labeler"
on:
issues:
types: [opened, edited]

permissions:
issues: write
contents: read

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}

0 comments on commit 9a98798

Please sign in to comment.