We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b32c2 commit fc03667Copy full SHA for fc03667
.github/workflows/i18n.yml
@@ -10,6 +10,8 @@ jobs:
10
locale-updater:
11
name: Locale updater
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ pull-requests: write
15
steps:
16
- name: Checkout repo
17
uses: actions/checkout@v2
@@ -47,14 +49,15 @@ jobs:
47
49
python ../scripts/i18n_updater.py
48
50
51
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v3
52
+ uses: peter-evans/create-pull-request@v5
53
id: auto-commit-action
54
with:
55
branch: i18n-auto-update
56
title: "[i18n] Update"
57
body: "Updated locale files on master branch"
58
commit-message: "Update locale files"
59
add-paths: rest_framework_simplejwt/locale/**
60
+ delete-branch: true
61
62
- name: Tell whether locale updated
63
run: echo "Locale files updated"
0 commit comments