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 26d21d2 commit 20c41c1Copy full SHA for 20c41c1
1 file changed
.github/workflows/rebase-translations.yml
@@ -23,14 +23,18 @@ jobs:
23
startsWith(github.event.pull_request.head.ref, 'translation-sync-')
24
runs-on: ubuntu-latest
25
26
+ permissions:
27
+ contents: write
28
+ pull-requests: write
29
+
30
# Prevent concurrent rebases from overlapping
31
concurrency:
32
group: rebase-translations
33
cancel-in-progress: false
34
35
steps:
- - name: Rebase conflicted translation PRs
- uses: QuantEcon/action-translation@v0.15
36
+ - name: Rebase open translation PRs
37
+ uses: QuantEcon/action-translation@v0.15.0
38
with:
39
mode: rebase
40
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
0 commit comments