Commit Graph

58 Commits (459646aa3170b570a5b90841894e99149dac569b)

Author SHA1 Message Date
insertish b45445a1e4 ci: synced local '.github/workflows/triage_pr.yml' with remote 'workflows/triage_pr.yml'
[skip ci]
2023-01-24 19:43:32 +00:00
insertish 921159a7da ci: synced local '.github/workflows/triage_issue.yml' with remote 'workflows/triage_issue.yml'
[skip ci]
2023-01-24 19:43:32 +00:00
Paul Makles 418482fb9a chore(ci): allow any tag [skip ci] 2022-06-21 11:14:04 +01:00
Paul Makles 8db4bbb888 chore(ci): re-enable mirroring 2022-06-10 18:50:14 +01:00
Paul Makles 841d0fdb34 chore(ci): stop mirroring to GitLab [skip ci] 2022-06-10 16:53:02 +01:00
Paul Makles a54ae79cc9 chore: add config.yml [skip ci] 2022-05-24 16:18:38 +01:00
Paul Makles 8497644648 chore: remove files that are being moved [skip ci] 2022-05-08 12:53:22 +01:00
Paul Makles 84cafb2c69 chore: use conventional issue title 2022-05-07 20:35:44 +01:00
Paul Makles 69958d1578 chore: use conventional issue title 2022-05-07 20:35:35 +01:00
Paul Makles ad3a26b90f chore(ci): go in the opposite direction 2022-04-29 15:49:05 +01:00
Paul Makles 15ae09a38b chore(ci): try to fix memory issues 2022-04-29 15:32:19 +01:00
Omkaar 39bbcf6fa2 fix: typo #570 (#576)
This commit fixes a typo.
2022-04-29 13:58:18 +01:00
Ed L a25dabd4a1 chore: remove highlight.js, use node 16 for ci (#511) 2022-03-29 20:47:19 +01:00
Paul Makles 5f65b31f8b fix(ci): running out of memory, need to remove ARM 2022-03-24 18:23:53 +00:00
Paul Makles 7b7f26dc3d chore: remove commit section from template 2022-03-09 21:36:47 +00:00
KuhnChris 9de4bef73e chore(project management): Pull Request Template (#491)
Co-authored-by: Ed L <beartechtalks@gmail.com>
Co-authored-by: Kuhn Chris <kuhnchris+github@kuhnchris.eu>
2022-01-14 16:37:40 +00:00
Ed L 81ee4fac64 meta: add issue forms (#414) 2022-01-05 21:49:09 +00:00
insertish 9a15868a69 ci: Synced local '.github/workflows/triage_pr.yml' with remote 'workflows/triage_pr.yml' 2021-12-31 17:32:42 +00:00
insertish 2846204dea ci: Synced local '.github/workflows/triage_pr.yml' with remote 'workflows/triage_pr.yml' 2021-12-31 14:50:30 +00:00
Paul Makles b99b8bcd54 chore(ci): only mirror master and production 2021-12-21 17:50:46 +00:00
Paul Makles a8017eb9ee chore(ci): remove preview PR workflow (#452) 2021-12-21 17:50:08 +00:00
Paul Makles c3ccac74df chore(ci): triage PR on synchronize 2021-12-21 17:47:14 +00:00
Paul Makles df7f2677ab chore(ci): update CI tasks to move PRs when updated 2021-12-21 17:37:59 +00:00
insertish 223eb9d0f9 ci: Synced local '.github/workflows/triage_pr.yml' with remote 'workflows/triage_pr.yml' 2021-11-11 20:08:36 +00:00
insertish 26a0c910b4 ci: Created local '.github/workflows/triage_pr.yml' from remote 'workflows/triage_pr.yml' 2021-11-11 19:09:01 +00:00
insertish 2f43989c9d ci: Synced local '.github/workflows/triage_issue.yml' with remote 'workflows/triage_issue.yml' 2021-11-11 19:01:54 +00:00
Paul Makles 3d0cfdcef5 ci: update global workflows (#392)
Co-authored-by: web-flow <noreply@github.com>
2021-11-11 18:35:11 +00:00
Paul Makles 1cc083a688 Remove conditional workflow run since it just doesn't work. 2021-09-30 10:47:24 +00:00
Paul Makles 938c69a709 Update mirroring.yml 2021-09-30 10:46:08 +00:00
Paul Makles 487b964d9c Merge pull request #251 from brecert/actions-demo-test 2021-09-17 09:40:23 +01:00
brecert 408fbdf90c Add commit messages 2021-09-16 16:38:18 -04:00
Paul Makles 965277ddd8 Create SECURITY.md 2021-09-15 16:49:13 +00:00
brecert 4b99c9d471 Fix push issues for cleanup by removing `single-commit`
- note: in the future, `JamesIves/github-pages-deploy-action@4.1.5` may need to be replaced or supplemented by git commands to fully reset the preview branch so that images and builds do not linger and take up storage for too long
2021-09-14 19:21:55 -04:00
brecert 0aaa649fd1 Make `BASE` in cleanup relative 2021-09-14 18:58:57 -04:00
brecert 76430b2d33 Fix wrong folder 2021-09-14 01:48:28 -04:00
brecert b1b205c9a8 Fix not `cd`ing into the folder 2021-09-14 01:37:37 -04:00
brecert ebe4b813ac Merge install and build together 2021-09-14 01:30:52 -04:00
brecert 0be8c625e4 Fix env location 2021-09-14 01:16:31 -04:00
brecert 09fd823007 Fix shell not being included for build action 2021-09-14 01:10:57 -04:00
brecert 8019033432 Fix `build` being `build_preview` 2021-09-14 00:51:27 -04:00
brecert 16423703ea Fix secret not needing to be interpolated 2021-09-14 00:44:46 -04:00
brecert dcd84b3d23 Use ignored paths for `pull_request` events as well 2021-09-14 00:27:30 -04:00
brecert 3899f75ed3 Change docker workflow to exclude preview workflows
- changed the docker workflow to exclude preview workflows from causing the docker workflow to run again
2021-09-14 00:26:18 -04:00
brecert 6fa4aca8a9 Change mirror to only run if a key is set 2021-09-14 00:22:16 -04:00
brecert 76bdd554fb Improve preview cleanup interpolation 2021-09-14 00:03:58 -04:00
brecert 0597924996 Add support for external repositories with pull request previews 2021-09-13 23:54:39 -04:00
brecert 227d51261e Use `single-commit` for build-previews 2021-09-11 10:12:14 -04:00
brecert 293da5cb07 Use base url for building actions 2021-09-10 18:03:06 -04:00
brecert 578e64aee3 Disable `yarn check` temporarily 2021-09-10 14:59:37 -04:00
brecert 4599584d85 Add pull request preview actions 2021-09-10 14:48:48 -04:00