Skip to content

Commit

Permalink
Add test files for mergify schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Oct 2, 2024
1 parent f4ea396 commit 057323e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pull_request_rules:
name: add label when author is jd
description: jd needs his own label because reasons
conditions:
- author = jd
actions:
label:
add:
- jd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pull_request_rules:
- name: add label when author is jd
description: jd needs his own label because reasons
conditions:
- author = jd
actions:
label:
add:
- jd

0 comments on commit 057323e

Please sign in to comment.