-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I've the following error when trying to rebase my PR on my main branch:
2021-03-15T16:50:57.7191786Z 1 pull requests are eligible.
2021-03-15T16:50:57.7691917Z Rebasing 1 pull requests..
2021-03-15T16:50:57.7700741Z Rebasing pull request {"ownerName":"stankoua","repoName":"test","number":148,"draft":false,"rebaseable":true,"mergeableState":"behind","labels":["autorebase:opt-in","back-end","type: US"]}
2021-03-15T16:50:58.8311208Z ##[error]Error: Error while rebasing for {"ownerName":"stankoua","repoName":"test","number":148,"draft":false,"rebaseable":true,"mergeableState":"behind","labels":["autorebase:opt-in","back-end","type: US"]}: SyntaxError: Invalid regular expression: /^(fixup|squash)! (fixup! |squash! )*(Create route to get flows related to an application
GET: /api/todo/{todoId}/user|13e6f7ef68ba4919365de6811c9043745397d0a3|f68ba4919365de6811c9043745397d0a3)$/: Incomplete quantifier
2021-03-15T16:50:58.8559293Z Cleaning up orphan processes
This is the description of my commit:
Create route to get users related to a todo
GET: /api/todo/{todoId}/user
Response json:
{
"producerIn": [todo1, todo2, ...],
"consumerIn": [todo3, todo4, ...]
}
This is my configuration:
name: PR auto rebase
on:
push:
branches-ignore:
- rebase-pull-request**
- cherry-pick-rebase-pull-request**
pull_request:
types: [labeled]
jobs:
auto-rebase:
name: AutoRebase
runs-on: ubuntu-latest
steps:
- uses: Label305/[email protected]
with:
github_token: ${{ secrets.PAT }}
Metadata
Metadata
Assignees
Labels
No labels