Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Use shorter workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 14, 2024
1 parent 24fb572 commit b948411
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI - Nix
# https://github.com/NixOS/nixos-artwork/blob/35ebbbf01c3119005ed180726c388a01d4d1100c/logo/README.md#L5
name: ❄️
on:
push:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://docs.github.com/ja/actions/reference/workflow-syntax-for-github-actions
name: CI
name: πŸ’Ž
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Dependency Review'
name: πŸ’‚βž•
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: πŸ‘•
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-bot-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Merge bot PR after CI
name: πŸ€–πŸ‘ŒπŸ€–
on: pull_request

permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-flake-lock-and-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update flake.lock and CI dependencies
name: πŸ€–πŸ†™β„οΈ
on:
pull_request:
paths:
Expand All @@ -16,6 +16,7 @@ jobs:
dry-run: ${{ github.event_name == 'pull_request' }}
optional-run: |
nix develop --command ruby -e 'puts RUBY_VERSION' > .ruby-version
pr-title: 'Bump flake.lock and related dependencies'
# https://stackoverflow.com/q/34807971
git update-index -q --really-refresh
git diff-index --quiet HEAD || git commit -m 'Update .ruby-version' .ruby-version
Expand Down

0 comments on commit b948411

Please sign in to comment.