Commit 0a2bca0
committed
On branch edburns/dd-2794379-cosmetic-post-public-fixes Attempt to use bypass list.
modified: .github/workflows/publish-maven.yml
- Get past this error
> 2026-03-17T02:19:24.1791724Z remote: error: GH013: Repository rule violations found for refs/heads/main.
> 2026-03-17T02:19:24.1794347Z remote: Review all repository rules at https://github.com/github/copilot-sdk-java/rules?ref=refs%2Fheads%2Fmain
> 2026-03-17T02:19:24.1796233Z remote:
> 2026-03-17T02:19:24.1797454Z remote: - Changes must be made through a pull request.
> 2026-03-17T02:19:24.1798144Z remote:
> 2026-03-17T02:19:24.1801994Z To https://github.com/github/copilot-sdk-java
> 2026-03-17T02:19:24.1802675Z ! [remote rejected] main -> main (push declined due to repository rule violations)
> 2026-03-17T02:19:24.1803495Z error: failed to push some refs to 'https://github.com/github/copilot-sdk-java'
by making it so the push uses a PAT created by a person on the bypass list.
modified: .gitignore
- Ignore job logs.
Signed-off-by: Ed Burns <edburns@microsoft.com>1 parent 9aaffc9 commit 0a2bca0
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
0 commit comments