fengkx
e96b8bd523
refactor(shell-proxy)!: rename env vars to SHELLPROXY_*
and add usage message ( #10456 )
...
BREAKING CHANGE: the `DEFAULT_PROXY` setting has been renamed to `SHELLPROXY_URL`,
and `CONFIG_PROXY` has been renamed to `SHELLPROXY_CONFIG`. See the plugin README
for more information.
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-13 11:26:05 +01:00
Marc Cornellà
5b987e59d0
chore: add ohmyzsh GitHub Sponsors to FUNDING.yml
2021-12-07 20:15:38 +01:00
Marc Cornellà
90e53bcc6a
ci(spelling): turn off check-spelling action temporarily
2021-12-07 19:37:28 +01:00
Josh Soref
44d8edea05
ci(spelling): automatically accept aliased commands ( #10475 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-07 18:09:34 +01:00
Josh Soref
841f3cb0bb
ci: add check-spelling
action ( #10470 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-02 12:17:00 +01:00
Marc Cornellà
e253661a9b
Revert "ci: add check-spelling
GitHub Action"
...
This reverts commit aef393bdce
.
2021-12-01 12:25:58 +01:00
Marc Cornellà
aef393bdce
ci: add check-spelling
GitHub Action
2021-12-01 12:20:46 +01:00
Marc Cornellà
1c1d74c5ec
chore: update new issue templates
2021-11-30 10:34:45 +01:00
Mahdyar Hasanpour
4eadb9cf75
chore: convert the repo issue templates to issue forms ( #10050 )
2021-07-16 11:41:00 +02:00
Ajeet D'Souza
36cc94f3dc
feat(zoxide): add new plugin for zoxide (a smarter cd CLI tool) ( #9950 )
2021-06-13 10:30:58 -07:00
Marc Cornellà
615f9dd02b
chore: direct support queries to Discussions
2021-04-06 22:26:57 +02:00
Marc Cornellà
1670f1cafc
chore: add maintainer for archlinux plugin
2021-04-06 14:52:47 +02:00
Marc Cornellà
64cb153084
chore: add Konfekt as universalarchive maintainer
2021-01-05 18:58:23 +01:00
Marc Cornellà
e9991c6aa0
chore: update git-lfs maintainer handle
2020-12-25 19:39:42 +01:00
Aaron Toponce
9d6b3984f9
feat(plugins): add genpass plugin with 3 distinct password generators ( #9502 )
2020-12-12 12:50:45 +01:00
Marc Cornellà
452586e79a
chore: add Josh Medeski as wp-cli
plugin maintainer
2020-12-07 22:01:43 +01:00
Marc Cornellà
39c79493fe
Add maintainer for aws plugin
2020-10-29 12:22:50 +01:00
Marc Cornellà
63922b5ec4
Fix labels in issue templates
2020-10-28 23:08:19 +01:00
Marc Cornellà
1e25abacad
meta: add checklist instructions on Pull Request template
2020-10-13 11:27:14 +02:00
Duc Nguyen
8ad9b315a3
Add git-lfs plugin ( #9077 )
2020-10-09 12:35:13 +02:00
Marc Cornellà
8a93c89bda
meta: change support label
2020-09-12 11:59:06 +02:00
Marc Cornellà
b3923eded9
meta: change feature label
2020-09-12 11:58:47 +02:00
Marc Cornellà
87edf16e05
Add sponsor button
2020-09-03 21:57:26 +02:00
Marc Cornellà
79614908ec
meta: don't apply support label on bug reports
...
Enough users have complained about the bug label not being applied instead. If there is no label applied
this won't be complained about so often.
2020-08-20 11:15:48 +02:00
Marc Cornellà
f2c8b970ee
meta: add ISSUE_TEMPLATE config.yml
...
For now, it only adds a link to the Discord server.
2020-08-05 17:05:53 +02:00
Marc Cornellà
e3131d98aa
Fix self check link
2020-07-12 16:37:49 +02:00
Larson Carter
7afaee858a
Bug and Feature Request Templates + MLH Theme + Readme ( #9068 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
Co-authored-by: Bartek Pacia <barpac02@gmail.com>
2020-07-05 17:59:12 +02:00
Marc Cornellà
58a1a1397e
meta: add Ross Goldberg as owner of the sdk plugin
2020-04-30 19:21:17 +02:00
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