1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Commit Graph

102 Commits

Author SHA1 Message Date
Sarah Schneider
0ad7a71b35 lint 2020-11-23 14:28:05 -05:00
Sarah Schneider
8b6f544c34 add steps to close open issues and add new issue to FR project board 2020-11-23 14:18:45 -05:00
Sarah Schneider
5b039af202 use sha 2020-11-18 14:24:34 -05:00
Sarah Schneider
f4d9d1ae89 bump action version 2020-11-18 14:15:26 -05:00
Nick Schonning
b6de7c6887 chore: Convert Standard to eslint-config-standard (#1328)
* chore: Move standard to ESLint config

* fix: auto-fix ESLint indent issues

* fix: ESLint prefer-regex-literals

* fix: ESLint array-callback-return

- .filter must return a boolean value
- .map replaced with forEach when the value isn't used

* fix: ESLint no-extra-semi
2020-11-17 16:18:18 -05:00
Nick Schonning
92740f68d7 chore: Add Prettier for Yaml formatting
Related to #128
- Prettier to fix indenting/quoting across files
- Manually adjust list styles to "-" style
- Ignore all translated files from automated formatting
- Drop redundant CI env variable
2020-11-16 16:12:49 -05:00
Chiedo John
1c1f6ab0d4 Merge branch 'main' into stale-exemption 2020-11-16 09:34:03 -05:00
Chiedo
5e6c30a4a8 Revert "chore: flatten ifs for fkirc/skip-duplicate-actions"
This reverts commit d9d17364e3.
2020-11-16 09:07:00 -05:00
Chiedo
790928cb84 Add the option to exempt issues and prs from staleness 2020-11-16 08:46:48 -05:00
Sarah Schneider
8788ab7fc4 Continue on error during link check (#16442)
* continue on error

* use failure instead of continue-on-error

* Update .github/workflows/check-all-english-links.yml

Co-authored-by: James M. Greene <JamesMGreene@github.com>

* add missing colon

Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-12 14:53:28 -05:00
James M. Greene
2a780be55b Prevent merging to main branch during repo freezes (#16278)
* Prevent merging to main branch during repo freezes

* Update failure wording to indicate merges are 'paused'

* Clarify the merge pauses are only for the 'main' branch
2020-11-10 23:57:28 -06:00
Sarah Schneider
1b5cdd82f5 need to do a checkout after all (#16430) 2020-11-10 16:40:55 -05:00
Sarah Schneider
0babb6a504 add .js (#16428) 2020-11-10 15:51:31 -05:00
Sarah Schneider
ce33df1cd3 New broken link report (#16412)
* add linkinator npm package

* add new script that uses Linkinator

* reorg the excluded links file and update comments

* replace blc artifacts with linkinator artifacts in .gitignore

* update the scheduled workflow to use the new script

* dismantle BLC scripts

* add workflow_dispatch event so we can test this manually

* npm uninstall broken-link-checker

* use different exit codes depending on whether broken links are found
2020-11-10 15:28:44 -05:00
Nick Schonning
71b6ee7641 chore: Upgrade actions/cache to v2.1.3 2020-11-09 10:19:53 -05:00
Chiedo John
805e5d19e4 Merge branch 'main' into automerge-dependabot-filtering 2020-11-09 10:02:23 -05:00
Nick Schonning
d9d17364e3 chore: flatten ifs for fkirc/skip-duplicate-actions 2020-11-06 15:39:03 -05:00
Nick Schonning
bf478c15dd chore: Set timeout of 60 minutes for test job 2020-11-06 11:55:06 -05:00
Nick Schonning
c058d4aad8 chore: Update actions/checkout to v2.3.4 2020-11-05 18:05:39 -05:00
Nick Schonning
42ae9e3553 chore: Add title to Merge Notification CI job
Also switch to repository filtering like other jobs
2020-11-05 14:35:03 -05:00
Nick Schonning
6672ced82d chore: Bump actions/stale to 3.0.13 for CVE issue 2020-11-05 12:22:34 -05:00
James M. Greene
441c7f71cc Update .github/workflows/js-lint.yml 2020-11-04 10:06:23 -06:00
Nick Schonning
4fb87ade22 chore: Pull JS Linting to separate Action
Only trigger if JS, package, or Action file is changed
2020-11-04 10:46:47 -05:00
Chiedo John
690ab25241 Merge branch 'main' into skip-comment-triage-on-prs 2020-11-04 09:53:05 -05:00
Chiedo John
c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00
Nick Schonning
ace073eefc chore: Upgrade to actions/cache@v2.1.2 2020-11-03 15:22:03 -05:00
Nick Schonning
ace1db3693 chore: Upgrade actions/script to v3.0.0 2020-11-03 15:20:53 -05:00
Nick Schonning
3ef3c81599 chore: Only trigger first responder for internal (#915)
The `||` for the closed cause this to trigger on public repo
2020-11-03 12:18:14 -08:00
Nick Schonning
4ad87aeebb chore: Filter CI job for dependabot auto-merge 2020-11-03 13:59:28 -05:00
Chiedo John
bce0499998 Add option to manually run the dry run algolia script (#16307)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-11-03 10:01:50 -05:00
Chiedo John
cdacef5ee0 Merge branch 'main' into empty-strategy 2020-11-03 09:09:24 -05:00
Nick Schonning
c1276ab70a chore: Don't trigger comment-triage on PRs 2020-11-02 18:19:59 -05:00
Nick Schonning
4f143d523e fix: Use pull_request_target for SECRET access 2020-10-27 21:17:32 -04:00
Nick Schonning
510b293a41 chore: Remove empty step name 2020-10-27 21:17:23 -04:00
Nick Schonning
a8804bb602 fix: Remove empty strategy on codeQL job
The strategy value is only valid with a matrix
2020-10-27 21:10:12 -04:00
Nick Schonning
04a94d0df6 chore: Only run freeze reminder on internal repo (#768) 2020-10-27 17:42:44 -07:00
Chiedo John
bee289d95d Add manual running of algolia (#16251)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-10-27 19:04:11 -04:00
James M. Greene
137d168acf Update to latest repo-sync/pull-request to fix bash error (#16203) 2020-10-23 23:53:28 -05:00
James M. Greene
aea1912d7b Repo Sync updates (#16162)
* Update to latest repo-sync/pull-request Action

https://github.com/repo-sync/pull-request/pull/38

* Be more specific about the base branch when finding the PR

* Further customize the Slack notification upon failure

* Move repo freeze checks into a separate job to avoid Slack notifications every 15 minutes during freezes

* Add new workflow to remind us about deployment freezes preventing repo-sync once per day
2020-10-23 16:04:39 -05:00
Rachael Sewell
1ca03f96b2 check repo is docs-internal in both jobs (#677) 2020-10-21 10:14:21 -07:00
Chiedo John
b5ace2293e Fix repo sync (#16146)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-10-20 20:54:46 -04:00
Chiedo John
23ad32bcc6 Remove Lint test for Windows. It always fails (#16118)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-10-19 16:04:57 -04:00
Rachael Sewell
0715e160f4 use approved action version 2020-10-19 10:35:25 -07:00
Rachael Sewell
8fd1378686 use real secret 2020-10-19 09:29:02 -07:00
Rachael Sewell
9176d7ffa0 update job names and add unlabel step 2020-10-18 13:12:35 -07:00
Rachael Sewell
0918925d1f remove from project when closed/merged 2020-10-18 12:52:32 -07:00
Rachael Sewell
7088a32c46 update comment 2020-10-18 10:29:52 -07:00
Rachael Sewell
f39e0a7f8e ignore octoglot and Octomerger bots 2020-10-18 10:29:14 -07:00
Rachael Sewell
597b879073 ignore automerge 2020-10-18 10:20:05 -07:00
Rachael Sewell
ae796f7ea8 Ignore autoupdate PRS 2020-10-18 10:18:09 -07:00