Skip to content

Commit 78e1f6d

Browse files
committed
MAINT: Add to autofix.ci and make sure it works
1 parent 1263409 commit 78e1f6d

2 files changed

Lines changed: 19 additions & 552 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: autofix.ci
2+
3+
on: # yamllint disable-line rule:truthy
4+
pull_request:
5+
types: [opened, synchronize, labeled, unlabeled]
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
autofix:
12+
name: Autoupdate changelog entry and headers
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v5
16+
with:
17+
persist-credentials: false
18+
- run: ./codespell_lib/gen_OX.sh codespell_lib/data/dictionary_en-GB_to_en-US.txt > codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt
19+
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

0 commit comments

Comments
 (0)