Skip to content

Commit

Permalink
Reorganizing prlabeller.yml. Adding LFX term labels (#858)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <natew@cncf.io>
  • Loading branch information
nate-double-u authored Mar 2, 2023
1 parent a646877 commit bd58c93
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Add '2023' to any change to 2023 project files

2023:
- summerofcode/2023.md
- lfx-mentorship/2023/*
- lfx-mentorship/2023/**/*
- TAGCS-Mentoring-WG/2023-meeting-minutes.md
#
# Add project labels
#

# Add 'summer of code' label to any files in the Summer of Code project
'summer of code':
Expand All @@ -19,4 +15,31 @@
# Add 'lfx mentorship' label to any files in the lfx mentorship project
'lfx mentorship':
- lfx-mentorship/*
- lfx-mentorship/**/*
- lfx-mentorship/**/*

#
# Add date/term specific labels
#

# Add '2023' to any change to 2023 project files
2023:
- summerofcode/2023.md
- /seasonofdocs/README.md # TODO, update next cycle
- lfx-mentorship/2023/*
- lfx-mentorship/2023/**/*
- TAGCS-Mentoring-WG/2023-meeting-minutes.md

# Add 'Term 1: March-May' label to files for that term
'Term 1: March-May':
- /lfx-mentorship/2023/01-Mar-May/*
- /lfx-mentorship/2023/01-Mar-May/**/*

# Add 'Term 2: June-Aug' label to files for that term
'Term 2: June-Aug':
- /lfx-mentorship/2023/02-Jun-Aug/*
- /lfx-mentorship/2023/02-Jun-Aug/**/*

# Add 'Term 3: Sept-Nov' label to files for that term
'Term 3: Sept-Nov':
- /lfx-mentorship/2023/03-Sep-Nov/*
- /lfx-mentorship/2023/03-Sep-Nov/**/*

0 comments on commit bd58c93

Please sign in to comment.