File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
token : ${{ secrets.COMMAND_BOT_PAT }}
34
34
commit-message : ' chore(l10n): Updates catalog templates (POT files fetched automatically by transifex)'
35
- title : Updates catalog templates
36
- branch : update-l10n
35
+ committer : GitHub <[email protected] >
36
+ author : nextcloud-command <[email protected] >
37
37
signoff : true
38
+ branch : ' automated/noid/update-l10n'
39
+ title : ' Updates catalog templates'
38
40
39
41
- uses : hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
40
42
if : steps.cpr.outputs.pull-request-operation == 'created'
Original file line number Diff line number Diff line change @@ -169,6 +169,10 @@ gettext:
169
169
$(SPHINXBUILD ) -b gettext $(I18NSPHINXOPTS ) locale/source
170
170
@echo
171
171
@echo " Build finished. The message catalogs are in ./locale/source."
172
+ find locale/source -type d -exec chmod 775 {} \;
173
+ find locale/source -type f -exec chmod 664 {} \;
174
+ @echo
175
+ @echo " Build finished. The message catalogs are in ./locale/source."
172
176
173
177
changes :
174
178
$(SPHINXBUILD ) -b changes $(ALLSPHINXOPTS ) $(BUILDDIR ) /changes
You can’t perform that action at this time.
0 commit comments