Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement configurable badge colour and support empty label #168

Merged
merged 42 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
7f654b8
Add LICENSE
elliotwutingfeng Apr 3, 2022
b06d238
Merge branch 'XAMPPRocky:master' into master
elliotwutingfeng May 23, 2022
745c2ee
bump github workflow versions. readme linting.
elliotwutingfeng Jun 21, 2022
5e8c080
bump package versions
elliotwutingfeng Jun 21, 2022
5f02251
revert bump package versions
elliotwutingfeng Jun 21, 2022
ba8206a
add message query
elliotwutingfeng Jun 21, 2022
30a77a6
upgrade packages
elliotwutingfeng Aug 12, 2022
56ac3b9
update gitignore
elliotwutingfeng Sep 7, 2022
a40f591
revert upgrades
elliotwutingfeng Sep 7, 2022
38df3fd
revert upgrades
elliotwutingfeng Sep 7, 2022
967e0d2
revert upgrades
elliotwutingfeng Sep 7, 2022
41c70f6
revert upgrades
elliotwutingfeng Sep 7, 2022
73df47a
remove additional &
elliotwutingfeng Sep 7, 2022
965074d
bump packages
elliotwutingfeng Sep 7, 2022
d3ee5a5
support custom badge style
elliotwutingfeng Sep 8, 2022
8785d03
revert earthly version
elliotwutingfeng Sep 8, 2022
ea319b7
attempt to fix Earthfile
elliotwutingfeng Sep 8, 2022
2ded9de
attempt to fix Earthfile
elliotwutingfeng Sep 8, 2022
4a4c4c6
remove unused dependencies
elliotwutingfeng Sep 8, 2022
41eeb05
upgrade login-action
elliotwutingfeng Sep 8, 2022
2bb21af
revert username
elliotwutingfeng Sep 8, 2022
c44e245
restore missing syntax
elliotwutingfeng Sep 8, 2022
6000ab3
restore missing syntax
elliotwutingfeng Sep 8, 2022
e80c196
GITHUB_TOKEN
elliotwutingfeng Sep 8, 2022
abcddae
rename message to label
elliotwutingfeng Sep 8, 2022
94d4e58
Merge branch 'master' into dev
elliotwutingfeng Sep 8, 2022
1356639
remove Cargo.lock from gitignore
elliotwutingfeng Sep 8, 2022
bcdecd6
Merge branch 'master' into dev
elliotwutingfeng Sep 8, 2022
0dda795
deconflict merge
elliotwutingfeng Sep 8, 2022
7277ca9
support custom color
elliotwutingfeng Sep 9, 2022
3efae97
Merge branch 'master' into dev
elliotwutingfeng Sep 9, 2022
261a068
fix typos in readme
elliotwutingfeng Sep 9, 2022
472d20e
Merge branch 'master' into dev
elliotwutingfeng Sep 9, 2022
8e1c663
merge from upstream
elliotwutingfeng Sep 9, 2022
92e2ab7
improve readme clarity
elliotwutingfeng Sep 9, 2022
c7f8a4b
Merge branch 'XAMPPRocky:master' into dev
elliotwutingfeng Sep 29, 2022
19d9f76
bump earthly
elliotwutingfeng Sep 29, 2022
3fbed74
bump cargo
elliotwutingfeng Sep 29, 2022
06e5c8a
add dev to deploy
elliotwutingfeng Sep 29, 2022
534e8ea
revert changes to deploy.yml
elliotwutingfeng Sep 29, 2022
d936fed
allow empty label
elliotwutingfeng Oct 3, 2022
6bb9c01
upgrade deps
elliotwutingfeng Oct 3, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install earthly
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.6.23/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.6.24/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"

- name: Login to Packages Container registry
uses: docker/login-action@v2
Expand Down
Loading