Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nlebovits committed Jul 19, 2024
1 parent 900ff3a commit 99cc61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
backend:
- data/**
backend: data/**
4 changes: 1 addition & 3 deletions .github/workflows/label-and-assign.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# .github/workflows/label-and-assign.yml
name: Label and Assign Reviewers

on:
pull_request:
types: [opened, ready_for_review]
on: [pull_request]

jobs:
label:
Expand Down

0 comments on commit 99cc61f

Please sign in to comment.