Skip to content

Commit 989d919

Browse files
authored
chore: try fixing the Pull action (#3)
Removed base and upstream specifications from pull request rules.
1 parent 3bf3bce commit 989d919

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/pull.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
version: "1"
22
rules:
3-
- base: main
4-
upstream: tower-rs/tower-http:main
5-
mergeMethod: rebase
3+
- mergeMethod: rebase
64
mergeUnstable: false
75
assignees:
86
- barjin

0 commit comments

Comments
 (0)