Robert Mosolgo
9e5d72eb42
Merge branch 'main' into build-changelog
2020-11-25 16:32:10 -05:00
Robert Mosolgo
fc54b4d43c
Fix lint errors
2020-11-25 16:30:37 -05:00
Robert Mosolgo
aeedfac37e
Add graphql tests to CI, move snapshots to fixures, use mockdate
2020-11-25 11:12:13 -05:00
Sarah Schneider
68c5d4d6d1
change project-repository to project-location
2020-11-25 09:46:28 -05:00
Sarah Schneider
4f7f5b6d04
use spaces instead of + within query
2020-11-25 09:46:08 -05:00
Sarah Schneider
212fe1e259
copypasta fix
2020-11-24 15:58:16 -05:00
Sarah Schneider
e090ff783d
Merge branch 'main' into broken-link-report-workflow-tweaks
2020-11-24 15:21:13 -05:00
Sarah Schneider
8f0093c63a
OpenAPI tooling updates ( #16320 )
2020-11-24 12:20:10 -08:00
Sarah Schneider
2d8b8164df
restore
2020-11-24 15:02:09 -05:00
Sarah Schneider
6378864b9d
Update .github/workflows/check-all-english-links.yml
...
Co-authored-by: Jason Etcovitch <jasonetco@github.com >
2020-11-24 15:00:00 -05:00
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