Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating prlabeller.yml #858

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Reorganizing prlabeller.yml. Adding LFX term labels
Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u committed Mar 1, 2023
commit 09691cf771c16db973e7fee0a219b93e5612aa09
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/**/*