Commit graph

14 commits

Author SHA1 Message Date
dependabot[bot] 5b05d93565
Bump crazy-max/ghaction-github-labeler from 3 to 4 (#430)
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 3 to 4.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v3...v4)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-27 01:25:49 +09:00
Oliver Ford aba4de9602
Fix CI not rendering PDFs on PRs 2022-04-13 20:21:23 +01:00
dependabot[bot] 405506037b
Bump actions/upload-artifact from 2 to 3 (#421)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 18:00:07 +00:00
dependabot[bot] bdd64051f1
Bump actions/checkout from 2 to 3 (#411)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 02:18:09 +09:00
dependabot[bot] 61021a7f70
Bump actions/labeler from 3 to 4 (#412)
Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 02:17:57 +09:00
Byungjin Park (Claud) 8bffe694f9
Fix broken GitHub Actions workflows (#402)
* Fix pull-request-labeler to permit outside collaborator

* Add welcome GitHub workflow

* Update welcome.yaml
2022-02-26 21:35:57 +09:00
Niklas Bolander a944c26b24
Use latest TexLive release for CI builds (#401)
[texlive/texlive](https://hub.docker.io/r/texlive/texlive)'s source is
available at: https://gitlab.com/islandoftex/images/texlive.

Closes #401.
2022-02-13 20:23:36 +00:00
Byungjin Park (Claud) 66a2128cad
Remove welcome action (#400) 2022-02-13 01:18:17 +09:00
Byungjin Park f49d0adf7c
Add labeler action 2022-02-05 01:07:00 +09:00
Byungjin Park d375504c37
Add sync-labels action 2022-02-05 01:06:36 +09:00
Byungjin Park 2901266b32
Add integration github action with yamllint 2022-02-05 01:05:49 +09:00
Byungjin Park e3dbdff290
Add welcome github action 2022-02-05 00:39:32 +09:00
Oliver Ford de4c94ff0b
Swap failing CircleCI status for passing GH Action
I'm ambivalent about Circle vs. Actions, but the former is failing
missing a key in order to clone the repo, and I think I lack access to
fix that. Since it's only a simple workflow, seemed easiest to recreate
in Actions - and as that passes (as of
d62f1625be) it seems to make more sense to
use that for a nice green status than red from Circle.
2021-11-10 18:10:32 +00:00
Vash Patel ec08f30106
Trial Github Action to test PDF compilation
Part of #345 - just as a test alongside Circle CI (which currently fails
due to missing SSH key) and without moving the example PDFs to releases.
2021-11-10 17:54:24 +00:00