Seth Falco
b0e9368d0f
ci: fix formatting and ignore package-lock.json ( #9429 )
...
Signed-off-by: Seth Falco <seth@falco.fun>
Signed-off-by: Seth Falco <seth@falco.fun>
2022-10-30 10:50:00 +00:00
Anton Yakutovich
cf2f75591f
ci.yml: refactor workflow ( #8927 )
2022-10-12 07:17:21 -03:00
Oscar Dominguez
f153e318de
stale.yml: upgrade actions/stale to v6 ( #8615 )
2022-10-02 11:33:07 -03:00
Oscar Dominguez
4f430f0642
ci: upgrade actions/setup-python to v4 ( #8614 )
2022-10-02 10:53:28 +05:30
Alex
0fbe2488eb
workflows/*: add security hardening ( #8518 )
2022-09-28 14:17:33 -03:00
CleanMachine1
8c559d581a
codespell.yml: add workflow ( #8359 )
2022-09-18 18:24:26 -03:00
CleanMachine1
1a57ff5df8
stale.yml: Change time for issues to be stale ( #8114 )
...
* stale.yml: Change time for issues to be stale
* match the suggestions
2022-06-20 02:53:03 +10:00
Axel Navarro
e897720058
ci.yml, stale.yml: update runtime to node16 ( #8068 )
...
* stale.yml: update runtime to node16
* ci.yml: update runtime to node16
2022-05-01 17:50:24 +10:00
Axel Navarro
37d7bbe950
labeler.yml: use alias tag v0 ( #7472 )
2021-11-24 13:09:40 -03:00
Axel Navarro
0659e80101
tooling: add PR labeler ( #7460 )
...
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2021-11-20 23:02:52 -03:00
Matthew Peveler
3fa29ea1c2
tooling: add black and flake8 for python formatting/linting ( #6454 )
2021-09-03 12:17:51 -03:00
Waldir Pimenta
dd8cfd038a
stale GitHub action: re-wrap long message ( #5887 )
...
GitHub's markdown renderer does not wrap single line breaks,
so the message the bot leaves when closing a thread
would have an awkward line break.
This commit re-wraps the message to avoid that.
2021-05-10 21:31:43 +01:00
Owen Voke
6a058b56fe
ci: update branch in mirror workflow
2021-05-01 20:10:05 +01:00
Owen Voke
d33da35733
ci: update to use 'main' branch
2021-05-01 20:10:05 +01:00
bl-ue
20fdd9bd88
ci: have stalebot ignore issues with the 'stalebot ignore' label ( #5372 )
2021-03-16 09:19:52 +00:00
Matthew Peveler
df5439818b
add commit mirror workflow ( #5313 )
...
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2021-03-08 19:13:05 +00:00
Owen Voke
1d2b4242c8
ci: generate PDF version of tldr pages
2020-12-04 18:48:24 +00:00
Ein Verne
1491a6cb82
ci: fix issue with `set-env` usage ( #4964 )
2020-11-18 11:54:26 +00:00
Jamie Magee
34f8c610df
Checkout all branches in GitHub Actions ( #4437 )
...
By default actions/checkout@v2 only checks out the latest commit of the current branch. Unfortunately, this causes the `git diff` check in `check-pr.sh` to fail, as `master` branch isn't available`.
This change checks out all commits of all branches, which allows `git diff` to work correctly.
Ideally, I'd like to use the `ref` setting of actions/checkout@v2, but that only supports a single ref so it's not possible to checkout the PR branch _and_ `master` branch at the same time.
2020-10-05 16:23:08 +01:00
Owen Voke
ee665051b3
Update to use `actions/stale` instead of Stale Bot ( #4143 )
2020-07-14 23:28:34 +02:00
Marco Bonelli
4b76ffff45
CI: fix deployment branch check ( #4130 )
2020-06-27 18:19:22 +02:00
Zlatan Vasović
d8e6c7e11f
Quick fix, github.branch -> github.ref
2020-06-26 19:09:47 +02:00
Owen Voke
7e3ca9c540
Resolve deploy key from secrets
2020-06-26 18:55:59 +02:00
Owen Voke
5e958f6074
Update scripts to use PULL_REQUEST_ID
2020-06-26 18:55:59 +02:00
Owen Voke
bcab713a65
Add GitHub Actions CI workflow
2020-06-26 18:55:59 +02:00