Skip to content

Commit c613da7

Browse files
authored
chore: Set emojis that better represent what happens in GH workflows (#819)
* Change emoji to neutral symbol and fix ignorance rules
1 parent 1e54f11 commit c613da7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: 🧪
1+
name:
22

33
on:
44
merge_group:
55
push:
66
branches-ignore:
77
- dependabot/** # Dependabot always creates PRs
8+
- renovate/** # Our Renovate setup always creates PRs
89
- gh-readonly-queue/** # Temporary merge queue-related GH-made branches
9-
- maintenance/pip-tools-constraint-lockfiles # Lock files through PRs
10-
- maintenance/pip-tools-constraint-lockfiles-** # Lock files through PRs
11-
- patchback/backports/** # Patchback always creates PRs
1210
- pre-commit-ci-update-config # pre-commit.ci always creates a PR
1311
pull_request:
1412
workflow_call: # a way to embed the main tests

.github/workflows/scheduled-runs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name:
1+
name: 🕔
22

33
on:
44
pull_request:
@@ -35,6 +35,6 @@ run-name: >-
3535
3636
jobs:
3737
main-ci-cd-pipeline:
38-
name: 🧪 Main CI/CD pipeline
38+
name: Main CI/CD pipeline
3939
uses: ./.github/workflows/ci-cd.yml
4040
secrets: inherit

0 commit comments

Comments
 (0)