Skip to content

Commit 713ec3f

Browse files
authored
Update GitHub Actions (#60)
- workflows: Temporarily disable evergreen action - .github: Remove settings config file We are not currently using the Settings App, so removing this to avoid confusion. - yamllint: Update config file - `document-start`: disable check - `indentation`: ensure consistent spacing - `line-length`: disable check - workflows: Temporarily disable contributor report action
1 parent 006340e commit 713ec3f

File tree

4 files changed

+8
-106
lines changed

4 files changed

+8
-106
lines changed

.github/settings.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/workflows/contributor-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: contributor-report
22

33
on:
44
# Scheduled trigger
5-
schedule:
5+
#schedule: TODO(actions): Uncomment once API rate limit 403s are investigated
66
# Run the first day of the month at 00:00
7-
- cron: "0 0 1 * *"
7+
#- cron: "0 0 1 * *"
88
# Manual trigger
99
workflow_dispatch:
1010

.github/workflows/evergreen-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: evergreen-check
22

33
on:
44
# Scheduled trigger
5-
schedule:
5+
#schedule: TODO(actions): Enable once ready to configure
66
# Run weekly on Saturdays
7-
- cron: "30 1 * * 6"
7+
#- cron: "30 1 * * 6"
88
# Manual trigger
99
workflow_dispatch:
1010

.yamllint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
extends: default
33
rules:
4+
document-start: disable
5+
indentation:
6+
spaces: consistent
7+
line-length: disable
48
truthy:
59
allowed-values: ["true", "false", "on"]

0 commit comments

Comments
 (0)