Skip to content

Commit da820b8

Browse files
authored
chore: start holiday triage 2023 (#28757)
This PR begins holiday triage mode for the Ionic Framework repo.
1 parent 878eec6 commit da820b8

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/ionic-issue-bot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
triage:
2-
label: triage
2+
label: "holiday triage"
33
removeLabelWhenProjectAssigned: true
44
dryRun: false
55

66
comment:
77
labels:
8+
- label: "holiday triage"
9+
message: >
10+
Thanks for the issue! This issue has been labeled as `holiday triage`. With the winter holidays quickly approaching, much of the Ionic Team will soon be taking time off. During this time, issue triaging and PR review will be delayed until the team begins to return. After this period, we will work to ensure that all new issues are properly triaged and that new PRs are reviewed.
11+
In the meantime, please read our [Winter Holiday Triage Guide](https://github.com/ionic-team/ionic-framework/issues/22699) for information on how to ensure that your issue is triaged correctly.
12+
Thank you!
813
- label: "help wanted"
914
message: >
1015
This issue has been labeled as `help wanted`. This label is added to issues
@@ -40,7 +45,7 @@ comment:
4045
4146
4247
If the requested feature is something you would find useful for your applications, please react to the original post with 👍 (`+1`). If you would like to provide an additional use case for the feature, please post a comment.
43-
48+
4449
4550
The team will review this feedback and make a final decision. Any decision will be posted on this thread, but please note that we may ultimately decide not to pursue this feature.
4651

.github/workflows/nightly.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: 'Ionic Nightly Build'
22

3-
on:
4-
schedule:
5-
# Run every Monday-Friday
6-
# at 6:00 UTC (6:00 am UTC)
7-
- cron: '00 06 * * 1-5'
8-
93
jobs:
104
create-nightly-hash:
115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)