0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

113 commits

Author SHA1 Message Date
Marc Cornellà
31eca46ee3
meta: basic CODEOWNERS file (gitfast plugin)
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
2020-04-14 16:52:04 +02:00
Larson Carter
beab76edfc Update issues and PR templates (#8471)
Closes #8471
2020-02-10 18:56:48 +01:00
Marc Cornellà
df56d1ee1f Rename GitHub Action to CI 2020-02-04 13:02:20 +01:00
Modded Gamers
64a7f6b388
Create Github Action to run tests (#8569)
The published workflow tests the installer and checks the syntax of known zsh files
in the project.

Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-01-29 00:22:27 +01:00
Marc Cornellà
ca6b397783
meta: remove automatic bug label on bug reports
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-10-15 22:56:45 +02:00
Marc Cornellà
a4f6a9964c meta: remove PR triage GitHub action 😢
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-09-03 21:19:38 +02:00
Marc Cornellà
c4c620adcd
meta: add DEBUG_ACTIONS flag to PR triage action 2019-08-18 15:13:46 +02:00
Marc Cornellà
4974143745
meta: move if condition on workflow to steps
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-13 15:10:15 +02:00
Marc Cornellà
d8ad4e902c meta: convert workflow file to GitHub Actions v2 yml syntax 2019-08-13 14:15:14 +02:00
Marc Cornellà
24cd8e8314
meta: change feature request label 2019-06-10 15:50:25 +02:00
Marc Cornellà
f62a71e9de meta: update issue templates 2019-05-21 11:53:52 +02:00
Marc Cornellà
dfb060f8cf meta: add initial issue templates
This commit adds the following issue categories:
- Bug report
- Feature request
- Support
2019-05-16 21:54:54 +02:00
Marc Cornellà
8113ed065d
Add GitHub Action to label Pull Requests 2019-05-03 16:31:22 +02:00