Eric Cornelisesn
073688160b
Set up automated releases with GitHub Actions
2020-04-24 14:54:23 +03:00
Peter Noble
dfbd2d2719
Add Note on Previews to PR Template ( #2692 )
...
* Add Note on Previews to PR Template
* Update PR template
Co-Authored-By: Eric Cornelissen <ericornelissen@gmail.com>
* Update PR template
Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2020-03-03 12:03:32 +01:00
Eric Cornelissen
5ae7980cd9
Revert the introduction of a GitHub Actions to automatically label Pull Requests
2020-01-22 15:33:25 +02:00
Eric Cornelissen
f357ac73f3
Use GitHub Actions to automatically label Pull Requests ( #2420 )
...
* Add workflow file to run PR labeler and corresponding configuration file
I'm using my personal fork of https://github.com/actions/labeler because
I could not any labeling action that checked whether a file was added or
changed (or removed).
* Fix typo in Labeler action configuration file
2020-01-22 00:53:26 +01:00
Eric Cornelissen
0c005de777
Split issue templates for website and package ( #2409 )
...
* Separate Website and Package issue templates
* Add dedicated labels to package and website issue templates
2020-01-20 13:54:25 +01:00
renovate[bot]
2340094188
Configure Renovate ( #1633 )
...
* Add renovate.json
* Move Renovate Bot configuration to .github directory
This is allowed according to the documentation[1] and makes more sense
in my opinion as it is something that is relevant exclusively on GitHub.
--
1. https://docs.renovatebot.com/configuration-options/
* Specify labels to be used by PRs from Renovate Bot
as per: https://docs.renovatebot.com/configuration-options/#labels
* Schedule Renovate Bot to run once a month
as per
https://docs.renovatebot.com/presets-config/#configsemverallmonthly
* Separate lockFileMaintenance configuration
based on
https://docs.renovatebot.com/presets-default/#maintainlockfilesmonthly
* Refine schedule to bi-weekly
* Refactor the Renovate Bot configuration file
* Convert the Renovate bot configuration file to the JSON5 format
Which is allowed as per [1], for details see [2].
Specifically utilizing the fact that keys don't need qoutes, trailing
commas (,) are allowed, and comments can be used.
--
1. https://docs.renovatebot.com/configuration-options/
2. https://json5.org/
* Remove explicit commitMessageAction from Renovate configuration
2019-09-27 10:19:06 +03:00
Eric Cornelissen
3129166158
Add composer.json ( #1611 )
...
* Add composer.json
* Update issue template to include Packagist
* Update README.md
2019-09-26 09:04:33 +03:00
Eric Cornelissen
712c355484
Add predefined labels to issue templates ( #1471 )
2019-06-15 12:43:28 +01:00
Gabriele D'Arrigo
7bbeb24741
Add a point to the pr template checklist ( #1122 )
...
* Add a point to the pr template checklist
* Fix capitalization
There were some stray uppercase letters
* Update checklist order
2018-12-14 14:33:37 +02:00
Johan Fagerberg
dfc1fd8975
Decrease whitespace in pull request template
2018-10-23 22:15:42 +02:00
Eric Cornelissen
2e8b064d51
Update Github templates ( #1023 )
...
* Add Pull Request template
* Use multiple issue templates
* Add item about referencing issues in the Pull Request template
* Update issue templates based on suggestions by @birjolaxew
* Update issue templates based on suggestions by @birjolaxew
* Combine package and website template
* Update Pull Request template
Co-Authored-By: Johan Fagerberg <birjolaxew@users.noreply.github.com>
* Change template style for pull requests
* Add "etc." to lists of examples
2018-10-23 22:10:46 +02:00