Commit Graph

10 Commits

Author SHA1 Message Date
Dave Dalcino
a998d4368b Pin checkout at v3 in all workflows
This fixes some CI warnings about using obsolete versions of NodeJS.
NodeJS 12 (from checkout@2) is at EOL, and CI warnings recommend using
NodeJS 16. The docs for actions/checkout recommend pinning at v3.

Some of these workflows were using `checkout@master`, and were thereby
already using NodeJS 16. I'm not sure that it's necessary to use v3
for these instead of master. However, the docs suggest using v3.
If at some point the authors decide to rename the `master` branch to
`main`, then we may be glad we made this change.
2023-02-11 11:31:23 -08:00
Hiroshi Miura
bc76ee5bac Actions: bump versions
- actions/setup-python@v4
- Use pypa/gh-action-pypi-publish@v1
  this fix a warning:
  You are using "pypa/gh-action-pypi-publish@master".
  The "master" branch of this project has been sunset
  and will not receive any updates, not even security
  bug fixes.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-09-30 09:32:20 +09:00
Hiroshi Miura
b625d73f50 CI: Fix check-combinations
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-09-19 22:51:38 +09:00
Mozi
9fab49ecac Update the "update-combinations" branch ASAP
Avoid merge conflicts with the "/aqt/combinations.json" file.
2021-09-06 22:47:45 +08:00
David Dalcino
f0a880ce33 Fix url in autogenerated PR
The URL printed as part of the PR message for #344 should point to the workflow run that generated the action. Unfortunately, I got the syntax wrong, and that link points to the 404 page.

I think this should fix the problem.
2021-07-26 16:14:11 -07:00
David Dalcino
fe1c76913e Fix PR message
This modifies the body of the PR message that the Qt-Repo-Watchbot posts.
2021-07-23 15:25:43 -07:00
David Dalcino
245596e289 Add jsoncomparison dependency 2021-07-23 13:17:19 -07:00
David Dalcino
8065a49d13 use noreply email address for bot 2021-07-23 13:16:24 -07:00
David Dalcino
b063299ea7 Run action on workflow_dispatch and modified ci 2021-07-19 21:06:48 -07:00
David Dalcino
89873da8b3 Implement GH Action that checks combinations.py
This is set to run once per month, and on every push.
Before merging this PR, "push" should be removed from the list of
events that trigger the script, which should not be run so frequently.
The "push" event is turned on for testing only.
2021-07-19 20:26:52 -07:00