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
Chiedo
8131d67969
Convert more action versions to shas
2020-10-15 08:55:22 -04:00
Chiedo
bdbe7cc9e0
Update some of the actions to Shas
2020-10-15 08:45:27 -04:00
Zeke Sikelianos
33a0898167
use @octoglot PAT in Crowdin workflow ( #16045 )
2020-10-15 01:56:26 -04:00
Rachael Sewell
3729aca71e
add workflow to triage PRs opened by Hubber external contributors ( #16018 )
...
Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com >
2020-10-14 14:06:16 -07:00
Chiedo John
c76bf47ea5
Attempt to reduce uneeded test runs ( #16015 )
...
* Reduce unneeded test runs
- Attempt to make the skip logic work w/ required checks
- Move pa11y to cron schedule
- Make browser test conditional
Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com >
Co-authored-by: Jason Etcovitch <jasonetco@github.com >
2020-10-14 12:57:45 -04:00
Chiedo John
e097e8835d
Support manual workflow runs for tests and browser tests ( #16031 )
...
Co-authored-by: Chiedo <chiedo@users.noreply.github.com >
2020-10-14 10:43:31 -04:00
Jason Etcovitch
fe95555f91
Use pull_request_target ( #457 )
2020-10-13 16:37:47 -04:00
Zeke Sikelianos
5439891d1d
Run Crowdin workflow only on private repo and update CODEOWNERS ( #16010 )
...
* only run Crowdin workflow on private repo
Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com >
* organize codeowners for localization-related files
Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com >
* do not upload translations
Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com >
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com >
2020-10-13 10:01:31 -07:00
Chiedo John
9e89fe9656
Enable manual Crowdin runs ( #16009 )
...
Co-authored-by: Chiedo <chiedo@users.noreply.github.com >
2020-10-13 08:26:45 -07:00
Octomerger Bot
7e5292f965
Branch was updated using the 'autoupdate branch' Actions workflow.
2020-10-12 17:40:11 -07:00
Octomerger Bot
ce60d31e5a
Branch was updated using the 'autoupdate branch' Actions workflow.
2020-10-12 14:06:31 -07:00
Zeke Sikelianos
aa0eea4a26
add Actions workflow for syncing with Crowdin ( #15999 )
...
* add Actions workflow for syncing with Crowdin
Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com >
* use the default GitHub token in the Crowdin workflow
Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com >
* bump to latest version of crowdin/github-action
Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com >
* allow crowdin/github-action@1.0.10 action
Co-Authored-By: Chiedo John <2156688+chiedo@users.noreply.github.com >
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com >
2020-10-12 17:05:49 -04:00
Janice
a5a583c9d5
Tweaking the pr template
2020-10-12 11:16:16 -07:00
Janice
2bf5264316
Update PR template
2020-10-12 10:34:19 -07:00
Chiedo
d671034573
Enable windows testing on github/docs
2020-10-09 17:48:15 -04:00
Chiedo
4fda0aba9d
Merge branch 'bulk-windows-fixes-1602277955' of https://github.com/github/docs into bulk-windows-fixes-1602277955
2020-10-09 17:26:27 -04:00
Chiedo
5242ac5148
Make windows tests manually triggerable
2020-10-09 17:26:12 -04:00
Chiedo
52b7101af2
Merge branch 'prevent-blocking-engineering-workflow' of https://github.com/github/docs into prevent-blocking-engineering-workflow
2020-10-09 17:00:40 -04:00
Chiedo
cdf99779a3
Add the correct token now w/ continue-on-error
2020-10-09 17:00:17 -04:00
Chiedo John
215b427b39
Merge branch 'main' into prevent-blocking-engineering-workflow
2020-10-09 16:57:38 -04:00
Chiedo
05511992f5
Another attempt
2020-10-09 16:56:22 -04:00