Skip to content

Commit

Permalink
Auto-add labels for filtering in Linear (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Mar 20, 2024
1 parent 86c5bfb commit 3981912
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
team/graph:
- '/.*/'
graph/scip-python:
- '/.*/'
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/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}

0 comments on commit 3981912

Please sign in to comment.