Skip to content

Commit 433587e

Browse files
committed
Document how to disable workflows in forks
1 parent 921d53e commit 433587e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,24 @@ the file name to stay consistent across versions. To do so, add the following to
6262
removeJarVersionNumbers=true
6363
```
6464

65+
## Working with fork repositories
66+
67+
If you forked this repository, some GitHub Actions workflows may fail due to missing secrets or permissions. To avoid unnecessary notifications:
68+
69+
### Disabling GitHub Actions in your fork
70+
71+
#### Option 1: Disable all workflows
72+
73+
1. Go to your fork's "Actions" tab
74+
2. Click "Disable Actions"
75+
76+
#### Option 2: Disable specific workflows
77+
78+
1. Go to your fork's "Actions" tab
79+
2. Use workflow-specific controls to disable problematic ones
80+
81+
Both approaches allow normal contribution via pull requests to the main repository.
82+
6583
## IntelliJ setup and troubleshooting
6684

6785
See [IntelliJ setup and troubleshooting](docs/contributing/intellij-setup-and-troubleshooting.md)
@@ -99,7 +117,7 @@ See [Understanding Muzzle](docs/contributing/muzzle.md)
99117
The build logs are very long and there is a lot of parallelization, so the logs can be hard to
100118
decipher, but if you expand the "Build scan" step, you should see something like:
101119

102-
```
120+
```text
103121
Run cat build-scan.txt
104122
https://gradle.com/s/ila4qwp5lcf5s
105123
```

0 commit comments

Comments
 (0)