Skip to content

Commit 96096e0

Browse files
authored
Filter pull requests on organization name instead (#531)
1 parent 1f2bb28 commit 96096e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebase-automatic-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
include-labels: |
3030
${{ env.LABEL }}
3131
automated-pr
32-
# Only include PRs created by the ETOS pull request bot
33-
head: 'etos-pull-request-permissions:*'
32+
# Only include PRs created in the eiffel-community organization
33+
head: 'eiffel-community:*'
3434
# Since we are only targeting PRs created by ETOS, we can safely use the "theirs" strategy to resolve any conflicts that may arise during the rebase.
3535
# This means that if there are any conflicts, the changes from the PR will be kept, and the changes from the base branch (main) will be discarded.
3636
rebase-options: '-Xtheirs'

0 commit comments

Comments
 (0)