Max Inden
52d261e3c7
.github: Add dependabot config and thus enable dependabot ( #7509 )
...
* .github: Add dependabot config and thus enable dependabot
* Update .github/dependabot.yml
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com >
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com >
2020-11-20 13:34:19 +00:00
Denis Pisarev
3c50838dc3
CI: markdown link checker ( #7145 )
...
* change (CI): markdown link checker
* Fix some invalid doc links (re-run of cargo-unleash gen-readme w/ fixes).
* Fix some invalid doc links
* Fix some invalid doc links
* Fix some links
* Fix some links
* Apply @bkchr suggestions from code review
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Fix more links
* Fix more links
* typo
* Fix more links
* Fix more links
* Ignore valid link .. check wrongly sees it as invalid
* Fix style issue
* Fix style issue
* change (CI): update style guide link
* change (lib): suggestions
Co-authored-by: Dan Forbes <dan@danforbes.dev >
Co-authored-by: Steve Degosserie <steve@parity.io >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2020-11-05 19:18:55 +01:00
s3krit
da8ce4f258
remove github release action ( #7338 )
2020-10-16 16:27:20 +02:00
s3krit
1632f98161
bump matrix-message-action to v0.0.3 ( #7313 )
2020-10-13 16:21:42 +02:00
s3krit
c914caf6b4
Decrease poll interval ( #7063 )
2020-09-09 22:32:46 +02:00
s3krit
ece0364170
[CI] Add Github Action to notify devops of PRs labelled with A1-needsburnin ( #6525 )
...
* add burnin-label-notification.yml
* fix burnin-label-notification.yml
* fix burnin-label-notification.yml
* fix burnin-label-notification.yml
* fix burnin-label-notification.yml
* Update .github/workflows/burnin-label-notification.yml
Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org >
Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org >
Co-authored-by: Gav Wood <gavin@parity.io >
2020-07-01 11:33:28 +02:00
s3krit
c3ee172804
Fix auto-label-issues.yml ( #6536 )
...
statements in github actions cannot use ", must use '
Co-authored-by: Gav Wood <gavin@parity.io >
2020-07-01 11:33:10 +02:00
s3krit
cfa0e0d356
[CI] Fix warning in polkadot-companion-label action ( #6514 )
2020-06-26 13:13:00 +02:00
s3krit
4f84f1fbf4
Add auth-label-issues.yml ( #6488 )
2020-06-25 11:56:45 +02:00
s3krit
a2d4b7d848
[CI] Don't tag PRs on companion job cancels ( #6470 )
2020-06-22 18:47:31 +02:00
s3krit
04c62d6c5a
Don't autolabel insubstantial PRs 'pleasereview' ( #6447 )
2020-06-20 13:31:12 +02:00
s3krit
ff6b39e51b
[CI] Label PRs if polkadot companion build fails ( #6410 )
...
* add polkadot-companion-labels.yml
* fix polkadot companion job name
* add opened event to polkadot-companion-labels.yml
* Dont label on timeouts
* increase timeouts
* increase timeouts again... to be sure
* Switch to s3krit/await-status-action
Turns out Sibz/await-status-action looks at /ref/statuses, which lists ALL statuses (i.e., if you send a pending and a failure for the same context, it will see both and assume the job is still pending.). I forked and point at /ref/status, which shows a combined summary of each status (i.e., only ever shows the most recent status of a single context).
2020-06-19 06:59:59 +00:00
s3krit
c44947bbcb
[CI] Auto-label new PRs according to draft status ( #6361 )
...
* add auto-label github action
* Add missing 'remove-labels' line
2020-06-16 12:12:43 +00:00
s3krit
2d73ccd65b
[CI] Add check for draft PRs ( #5800 )
...
* Add check for draft PRs
* Add necessary gitlab-ci boilerplate
* fix github API url (oops!)
* Add github action to retrigger pipeline
* fix workflow trigger
* rename trigger job
Co-authored-by: Benjamin Kampmann <ben@parity.io >
2020-04-28 17:55:09 +02:00
s3krit
98b2f46a89
CI: Release - monitor gitlab pipeline ( #5460 )
...
* Initial commit of gitlab pipeline monitoring
* increase max job time
* Improve debug output
* s/PR/issue/
Co-authored-by: Benjamin Kampmann <ben@parity.io >
2020-04-09 12:58:28 +02:00
s3krit
45bb897ea1
Create release-tagging github action ( #5225 )
...
* Create release-tagging github action
Uses an action that I forked, which I retain control of for now. Can probably move it to the paritytech repo at some point
* Remove 'prereleased' trigger
`published` action is triggered whether the release is a pre-release or not.
* Update release-tagging.yml
* Remove superfluous cmment
2020-03-14 12:57:09 +01:00
Gavin Wood
dbe0211137
Add Github Action for Matrix release bot ( #5117 )
2020-03-05 17:11:46 +01:00