Skip to content

Commit 0355f45

Browse files
authored
Merge pull request #15260 from os-autoinst/foursixnine-patch-1
Update preparation of pr's (but really update github pages workflow)
2 parents 947ac34 + 56ace79 commit 0355f45

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
name: Deploy
1+
name: Deploy documentation
2+
permissions:
3+
pages: write
24

35
on:
46
push:

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ if (match_has_tag('yast2_missing_package')) {
129129

130130
### Preparing a new Pull Request
131131
* All code needs to be tidy, for this use `make prepare` the first time you
132-
set up your local environment, use `make tidy` or `tools/tidy` locally to
133-
ensure your new code adheres to our coding style.
132+
set up your local environment, use `make tidy` before commiting your changes,
133+
ensure your new code adheres to our coding style or use `make tidy-full` if
134+
you have already few commits.
134135
* Every pull request is tested by our CI system for different perl versions,
135136
if something fails, run `make test` (don't forget to `make prepare` if your setup is new)
136137
but the CI results are available too, in case they need to be investigated further

0 commit comments

Comments
 (0)