summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2019-10-15meta: remove automatic bug label on bug reportsMarc Cornellà
People sometimes use the bug report template for things that are support. Maintainers will confirm whether it's a bug with the appropriate label.
2019-09-03meta: remove PR triage GitHub action :cry:Marc Cornellà
We do this because the GitHub Actions behavior was changed recently so as to not pass secrets to action runs started from forks, therefore the API token passed cannot be used to change PR labels. There may be an alternative in the future.
2019-08-18meta: add DEBUG_ACTIONS flag to PR triage actionMarc Cornellà
2019-08-13meta: move if condition on workflow to stepsMarc Cornellà
Provisional measure due to "Unexpected value 'if'" error. See https://github.community/t5/GitHub-API-Development-and/jobs-lt-job-id-gt-if-not-working/m-p/28980
2019-08-13meta: convert workflow file to GitHub Actions v2 yml syntaxMarc Cornellà
2019-06-10meta: change feature request labelMarc Cornellà
2019-05-21meta: update issue templatesMarc Cornellà
2019-05-16meta: add initial issue templatesMarc Cornellà
This commit adds the following issue categories: - Bug report - Feature request - Support
2019-05-03Add GitHub Action to label Pull RequestsMarc Cornellà