Commit Graph

10 Commits

Author SHA1 Message Date
Brent Baccala
9d22231e8e make testing script names more consistent 2022-08-22 23:02:59 -04:00
Brent Baccala
19ce4c38ae add a 'test-firefox-ci' target to playwright's package.json, and configure
github to run it for a pull request if a "[Tt]est Firefox" label is present
2022-08-22 17:00:43 -04:00
Anton Georgiev
7c29fe7d41
build: move -j parameter ahead 2022-08-15 12:24:29 -04:00
Anton Georgiev
3174fa20a2
build: github action install to use -j skip checks 2022-08-12 15:14:14 -04:00
Anton Georgiev
07ccaa88fa
test: set permissions: content: read
Suggested by @naveensrinivasan
2022-07-21 15:50:18 -04:00
Anton B
17a1b7ae78 ci: improve automated tests workflow 2022-06-08 11:25:41 -03:00
Tiago Jacobs
a120aeab63 Filter branches that CI tests will run (>=2.5.x) 2022-05-20 17:45:54 +00:00
Tiago Jacobs
ce93125d3b Add github workflow to run automated tests 2022-05-20 17:45:40 +00:00
Pedro Beschorner Marin
ec4c2735f1 Set new labels to templates and workflows 2021-04-04 14:13:14 -03:00
Lars Kiesow
dfa3fcc6e9
Automate Conflict Check for Pull Requests
This patch adds a simple GitHub Actions workflow which will
automatically check open pull requests on code changes, adding a comment
and a label if the pull request has conflicts. The label will
automatically be removed again once the conflict has been resolved.

We use this for a while now with opencast and it really helps since
people do not have to manually check if their pull requests need an
update any longer.

An example, of hoe this looks in action can be found at
https://github.com/opencast/opencast/pull/2053#issuecomment-734987582
2020-12-04 00:59:35 +01:00