48 Commits

Author SHA1 Message Date
Hamothy
c161d249ff
Revert "ci: call readme.yml in catppuccin/catppuccin" (#197)
This reverts commit 73735cb37b6deb669553c729e3e0229358d0409a.
2023-09-13 23:31:53 +01:00
Hamothy
73735cb37b
ci: call readme.yml in catppuccin/catppuccin (#196)
This commit adds a new job to call the readme
workflow within the main catppuccin/catppuccin
repository.

This will make sure that any additions to userstyles
will be synced with the README on the main repository.
2023-09-13 23:27:14 +01:00
github-actions[bot]
5e5d2f520d chore: generate health files 2023-09-13 12:00:31 +00:00
github-actions[bot]
4866b72e57 chore: generate health files 2023-09-05 20:44:39 +00:00
github-actions[bot]
8ffae422ae chore: generate health files 2023-09-03 13:15:14 +00:00
sgoudham
d34e43b66b
ci(generate): github moment
https://github.com/actions/runner/issues/1173
2023-09-03 14:14:19 +01:00
sgoudham
f9cc1f513a
ci(generate): fix if condition 2023-09-03 14:05:34 +01:00
sgoudham
b6383c8a4a
ci(generate): check for USERSTYLES_TOKEN
In order to bypass repository rulesets, the
repository must be cloned with a PAT. This
commit adds 2 steps to clone the repository,
one where the PAT exists and one where it
does not. This should allow the action to
succeed on main and on forked repositories.
2023-09-03 14:01:32 +01:00
Hamothy
a32a19b6a3
ci: ensure actions are fork-friendly (#176) 2023-08-20 12:58:29 +02:00
rubyowo
0d1e4deb9b
ci: automatically sync maintainers in the team (#174)
Co-authored-by: winston <hey@winston.sh
2023-08-20 10:42:35 +01:00
github-actions[bot]
691e64c77d chore: generate health files 2023-08-09 17:51:38 +00:00
Hamothy
4f83ac4607
ci: automatically sync labels with userstyles (#143) 2023-08-09 18:51:15 +01:00
github-actions[bot]
b130f2bb58 chore: generate health files 2023-07-28 18:41:54 +00:00
winston
236caf379c
ci(typos): run on forks 2023-07-28 20:39:03 +02:00
winston
3711f311d6
ci(format): only run on main 2023-07-28 20:27:13 +02:00
winston
8b1e7972f6
ci(format): pin prettier@2.8.4 2023-07-26 23:22:04 +02:00
sgoudham
4c32951b4c
ci: refactor workflow names 2023-07-26 01:13:54 +01:00
winston
afc5211520
ci(format): revert fae1cb91 2023-07-25 08:50:27 +02:00
winston
3f6d35892b
ci(prettier): fix token ternary 2023-07-25 08:27:53 +02:00
winston
fae1cb9163
ci(format): use actionsx/prettier 2023-07-25 08:23:03 +02:00
winston
2e6fbb10cd
ci(prettier): add push token 2023-07-25 02:46:01 +02:00
winston
79d77568ad
ci: add prettier formatting (#130) 2023-07-25 02:44:35 +02:00
sgoudham
8ffa0e802b
ci(typos): custom step to exit 2023-07-24 22:58:31 +01:00
Hamothy
876741a3b4
ci(typos): set continue-on-error to true 2023-07-24 19:29:23 +01:00
winston
5b60e9a83c
ci: add crate-ci/typos (#129)
Co-authored-by: sgoudham <sgoudham@gmail.com>
2023-07-24 19:59:49 +02:00
github-actions[bot]
62ef36e562 chore: generate health files 2023-07-24 09:30:02 +00:00
Hamothy
220eec1689
ci(file-checker): fix wrong trigger event 2023-07-23 13:52:24 +01:00
Hamothy
2437199673
ci: add file-checker.yml (#119)
We want to enforce the existence
of the files contained within the
userstyles template directory.

This will eliminate PRs getting
merged that may have deleted
existing files or may have missing
preview images.
2023-07-23 13:29:35 +01:00
sgoudham
573b28a863
docs(deepl): add per-flavor image previews
We're one step closer to merging #119
2023-07-23 03:42:45 +01:00
winston
0e1d0ed78f
ci: disable healthfile gen on PR branches (#115) 2023-07-22 21:31:22 +02:00
Hamothy
fed163ee29
ci: use USERSTYLES_TOKEN to push
https://github.com/stefanzweifel/git-auto-commit-action#push-to-protected-branches
2023-07-22 04:42:12 +01:00
sgoudham
aa8d4c0570
revert: "ci: set sync-labels to 0"
This reverts commit d8a84372b1ff3ee97866f233430b1fc3b4d86e5c.
2023-07-22 03:00:26 +01:00
Hamothy
d8a84372b1
ci: set sync-labels to 0
This is a temporary commit while we transfer over existing issues from older repositories that don't follow the labeling conventions.
2023-07-22 02:33:24 +01:00
Hamothy
1c16ae7dd1
refactor: general improvements (#81)
* fix: use correct shield for issues by label

* style: run `deno fmt`

* build(CODEOWNERS): remove extra `#` and `\n`

* docs: remove escaping `.` for folders

* docs: commit to using `userstyle`

Originally, we wanted to avoid using the
word userstyle in case non-developers
were confused.

However, given that the name of the
repository is catppuccin/userstyles and
there are now explanations for what a
userstyle is. I believe we should be more
consistent and commit to using the word.

* build(userstyle.yml): shorten issue template

This commit uses the abbreviated YAML list
syntax to auto-populate the labels. This will
ensure that this file remains easy to scroll
as more userstyles are added.

* chore: use raw link for schema

Using a relative link only works when the
user has locally cloned the repository. This
commit changes it back to a raw link so
that it overcomes this limitation.

* build: refine commit msg in `git-auto-commit-action"

The current commit message is quite verbose and
co-authors the original author.

In @nekowinston's words:
"there's no reason i'm co-authored when i merge
a PR in that changes a single line in the readme
:baldkek:"

This commit reduces the verbosity of the commit
message and doesn't co-author the merger.

* build(issue-labeler.yml): shorten file

Please see the commit description of
4a1326983f1e1a3bbe663f4aa16b6e19f8df8da8

* docs: highlight text as bold

We want to draw the user's attention
to specific parts of the page.

For the CONTRIBUTING.md, we want to
make sure their eyes are down towards
"New Userstyles."

For the userstyle-creation.md, we want
to make sure that the user knows READMEs
are auto-generated.

* chore: update `deno.lock`

* chore: generate health files
2023-07-22 02:15:44 +01:00
isabelroses
fbe8614421 chore: README, CODEOWNERS & labeler.yml 2023-07-21 17:04:45 +00:00
isabelroses
7c46c98f7b chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:39:13 +00:00
isabelroses
5460e9d7aa chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:37:38 +00:00
isabelroses
225cf8a3c1 chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:29:59 +00:00
isabelroses
ec764b86e7 chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:28:59 +00:00
isabelroses
8d8b945c24 chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:28:18 +00:00
isabelroses
808bfa205a chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:27:15 +00:00
isabelroses
d065aa242e chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:25:17 +00:00
isabelroses
2157da51c1 chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:22:03 +00:00
isabelroses
494357353f chore: README, CODEOWNERS & labeler.yml 2023-07-21 14:21:28 +00:00
Hamothy
c964ea12f1
docs: tidy up contributor docs (#65) 2023-07-20 23:51:51 +01:00
winston
3d2ef9db84
chore: en-GB -> en-US (#47) 2023-07-21 00:14:23 +02:00
sgoudham
87d36aae62 chore: README, CODEOWNERS & labeler.yml 2023-07-20 18:47:40 +00:00
sgoudham
8cfccfd837
feat: launch catppuccin/userstyles
Co-authored-by: rubyowo <perhaps-you-know@what-is.ml>
Co-authored-by: Andreas Grafen <andreas@grafen.info>
Co-authored-by: winston <hey@winston.sh>
Co-authored-by: Carsten Kragelund <carsten@kragelund.me>
Co-authored-by: Andreas Grafen <andreas@grafen.info>
Co-authored-by: Alaina <68250402+alaidriel@users.noreply.github.com>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
2023-07-20 19:43:01 +01:00