Граф коммитов

182 Коммитов

Автор SHA1 Сообщение Дата
Sarah Schneider 3829c94236 we need to install deps etc 2020-11-24 12:12:34 -05:00
Sarah Schneider 070387adc3 checkout first 2020-11-24 12:05:20 -05:00
Sarah Schneider 43b99c7e42 remove WORKSPACE path 2020-11-24 11:55:43 -05:00
Sarah Schneider 8c3be7d8c4 run the script to check labels at the start of the workflow; exit if none is found 2020-11-24 11:49:20 -05:00
Sarah Schneider f0303416f5 use js to find the version substring from the label string 2020-11-23 17:03:02 -05:00
Sarah Schneider 3cc870e165 workflow should run on label events 2020-11-23 15:44:37 -05:00
Sarah Schneider 5e0bcc6773 fix startsWith syntax 2020-11-23 14:57:38 -05:00
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 67cc12fca1 remove extra hyphen 2020-11-20 11:02:02 -05:00
Sarah Schneider 071879e97b add new label-triggered workflow 2020-11-20 10:45:05 -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
James M. Greene d402a60833
Merge branch 'main' into hidden-docs-alt 2020-11-17 17:56:25 -06: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
James M. Greene 4962f91a13 Fix test workflow file 2020-11-17 14:50:43 -06:00
James M. Greene 909db6fcf4 Update EA cloning script to rely on the current git branch 2020-11-17 14:13:14 -06: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
Kevin Heis dd02bfa007 Merge main 2020-11-16 10:07:53 -08: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
James M. Greene dac5bc7867 Don't re-run build for Actions in the internal repo 2020-11-10 16:01:18 -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
James M. Greene e1f3f6457e
Merge branch 'main' into hidden-docs-alt 2020-11-09 13:09:52 -06:00
James M. Greene f410fd175c Mostly reverting github/docs-internal#15313 2020-11-09 13:07:04 -06: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 2be96edf73 Try using actions/checkout's persist-credentials input instead of manually changing the local git config 2020-11-04 11:19:46 -06: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
Sarah Schneider 0cf94f26b7 Merge branch 'main' of https://github.com/github/docs-internal into hidden-docs-alt 2020-11-03 17:09:22 -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
Kevin Heis 8b8d6d24d3
Merge branch 'main' into hidden-docs-alt 2020-11-03 10:19:14 -08:00
James M. Greene e913c26006 Try ONLY clearing out the extraHeader value rather than overwriting it 2020-11-03 12:11:23 -06:00
James M. Greene da7afd4e55 Manually override GitHub Actions extraHeader 2020-11-03 12:02:37 -06:00
James M. Greene 7514a54785 Remove EA cloning from lint -- no JS files in there to lint 2020-11-03 10:56:46 -06:00
James M. Greene 3008ad1b70 Update all heroku-prebuild refs to heroku-postbuild 2020-11-03 10:30:11 -06:00
James M. Greene c6980ab666 Fix the other workflow syntax error I missed 2020-11-03 10:24:08 -06:00
James M. Greene 850c11aca7 Fix workflow syntax error 2020-11-03 10:19:42 -06: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
Sarah Schneider 67466e8a43 duplicate change between lint and test steps 2020-11-02 14:23:46 -05:00
Sarah Schneider 63e3f917c6 Merge branch 'main' of https://github.com/github/docs-internal into hidden-docs-alt 2020-11-02 14:21:19 -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
Sarah Schneider dc50c7464e Merge branch 'main' of https://github.com/github/docs-internal into hidden-docs-alt 2020-10-26 09:52:58 -04:00
Sarah Schneider 24a281a673 run clone script from docs-internal only 2020-10-26 09:52:35 -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
Sarah Schneider e94e4b7780 clone early-access repo during testing 2020-10-23 14:00:42 -04: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
Jason Etcovitch 0547215903
Remove All-Contributors (#576)
* Remove from README

* Remove from merged-notification workflow

* Remove .all-contributorsrc
2020-10-16 17:25:13 -04:00
Zeke Sikelianos e35c506702
Update Crowdin Actions workflow to inherit old OAuth settings (#16096)
* update Actions workflow to use crowdin.yml for config

* no need for this comment; CODEOWNERS will now trigger a ping

* add a comment about why we need a custom PAT

* update Crowdin branch names

Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2020-10-16 15:27:14 -04:00
Zeke Sikelianos 16c7b32dba
enable workflow that removes unused assets (#15959) 2020-10-16 11:27:02 -07:00
Chiedo 27b2578b44 Upgrade Skip Duplicate Actions
The previous version often returned HTTP Errors and failed unexpectedly.

This version is more fault tolerant.

Details: https://github.com/fkirc/skip-duplicate-actions/issues/45
2020-10-15 17:54:23 -04:00
Octomerger Bot a7d2a3fa6f
Branch was updated using the 'autoupdate branch' Actions workflow. 2020-10-15 12:18:33 -07:00
Chiedo 85f334de21 Fix docker 2020-10-15 15:04:53 -04:00
Chiedo 092bd6b163 Fix docker runs 2020-10-15 14:24:34 -04:00
Chiedo d6dcc4218a Default to tests running if the skip action errors out 2020-10-15 14:14:33 -04:00
Octomerger Bot ed990c105b
Branch was updated using the 'autoupdate branch' Actions workflow. 2020-10-15 11:12:25 -07:00
Chiedo John 126d46fbeb
Make crowdin run daily instead of on git push to main (#16065)
* Make crowdin daily

* Trigger new build

Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-10-15 14:11:51 -04:00
Chiedo John d96352d13a
Make sure transalations trigger node tests (#16064)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-10-15 13:58:54 -04:00
Chiedo John 095c0b5617
Update test.yml 2020-10-15 13:22:49 -04:00
Chiedo John 63024cf9b2
Update test.yml 2020-10-15 13:21:41 -04:00
Chiedo b2d465035e Continue skip check on error 2020-10-15 12:49:16 -04:00
Chiedo John 68ca82f227
Move from paths-ignore to paths to be less confusing (#16040)
* Move from paths-ignore to paths to be less confusing

* Include feature flags

* Make sure test and browser workflows run fully when changed

Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
2020-10-15 09:48:40 -04:00
Chiedo 39a5cd830a Add more missed sha versions 2020-10-15 09:33:08 -04:00
Chiedo d82358b9ad Merge branch 'actions-versions-to-shas' of https://github.com/github/docs into actions-versions-to-shas 2020-10-15 09:21:16 -04:00
Chiedo 64578d6be2 Add missed line 2020-10-15 09:21:07 -04:00
Chiedo John ce8d1e6811
Merge branch 'main' into actions-versions-to-shas 2020-10-15 09:11:10 -04:00
Chiedo 1ef8963d00 Finished moving actions to shas 2020-10-15 09:07:01 -04:00