Skip to content

Commit 86e96f7

Browse files
authored
chore: end holiday triage 2023 (#28793)
Reverts #28757
1 parent 4fde5f0 commit 86e96f7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/ionic-issue-bot.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
triage:
2-
label: "holiday triage"
2+
label: 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!
138
- label: "help wanted"
149
message: >
1510
This issue has been labeled as `help wanted`. This label is added to issues
@@ -45,7 +40,7 @@ comment:
4540
4641
4742
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.
48-
43+
4944
5045
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.
5146

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
jobs:
410
create-nightly-hash:
511
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)