Skip to content

Commit a9e8453

Browse files
committed
Change emoji to neutral symbol and fix ignorance rules
1 parent 9edb141 commit a9e8453

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)