Skip to content

Commit c76fbf0

Browse files
committed
Disable autofixes by pre-commit CI and satisfy prettier
Signed-off-by: Nikola Forró <nforro@redhat.com>
1 parent 14a1491 commit c76fbf0

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
rev: v4.0.0-alpha.8
88
hooks:
99
- id: prettier
10-
exclude: archetypes|docs|data|layouts|resources|source-git|static|themes/
10+
exclude: archetypes|docs|data|layouts|resources|source-git|static|themes/|posts/aws-and-image-builder/index.md
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
1212
rev: v5.0.0
1313
hooks:
@@ -20,3 +20,6 @@ repos:
2020
args:
2121
- https://github.com/packit/packit.dev.git
2222
stages: [manual, pre-push]
23+
24+
ci:
25+
autofix_prs: false

posts/aws-and-image-builder/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ automated solution. Below you can find a summary of all the needed manual steps;
4949
I am quite sure after reading them, you will want to automate them with Packit!
5050

5151
- Build an RPM package with your pull request changes through **COPR**, go to https://copr.fedorainfracloud.org
52-
5352
1. Install `copr-cli`.
5453
2. Create your account and service token.
5554
3. Add your token to `~/.config/copr.
@@ -58,14 +57,12 @@ I am quite sure after reading them, you will want to automate them with Packit!
5857
6. **WAIT for the build to finish**.
5958

6059
- Create a new cloud image through the **Image Builder console**, go to https://console.redhat.com/insights/image-builder
61-
6260
7. Login with your _Red Hat developer_ account.
6361
8. Click on the `Create Image` button, choose _AWS image_ type and follow the wizard.
6462
9. **WAIT for the build to finish**.
6563
10. Open the `Launch` link for the builded image.
6664

6765
- Launch and access the AWS image through the **AWS management console**, go to https://aws.amazon.com/console/
68-
6966
11. The previous link will open an AWS console tab with the
7067
_Launch an Instance_ wizard preset to use the builded image.
7168
You need to login into the _AWS management console_ using an _AWS Account ID_

src/pages/flock-2025-workshop.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,13 @@ in general in the `rawhide` branch, but for experimentation during the workshop
3636
Then, the simplest ways of creating the config:
3737

3838
- Use `packit dist-git init` (requires `packit` installed locally, e.g., `dnf install packit`)
39-
4039
1. In your cloned dist-git repository, switch to the target branch.
4140
2. Run the command:
4241
```bash
4342
packit dist-git init
4443
```
4544

4645
- Use our template
47-
4846
1. Manually create a `.packit.yaml` file in your target branch.
4947
2. Copy the content from the [Downstream configuration template](https://packit.dev/docs/configuration/downstream_configuration_template#template) and adjust it to your needs.
5048

0 commit comments

Comments
 (0)