Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ld
go-car
Commits
6ee33daa
Unverified
Commit
6ee33daa
authored
Apr 08, 2021
by
web3-bot
Committed by
GitHub
Apr 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the autorebase workflow (#71)
parent
874a5169
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
.github/workflows/autorebase.yml
.github/workflows/autorebase.yml
+0
-25
No files found.
.github/workflows/autorebase.yml
deleted
100644 → 0
View file @
874a5169
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.
# Allow PRs opened by web3-bot to be rebased by commenting "@web3-bot rebase" on the PR.
on
:
issue_comment
:
types
:
[
created
]
name
:
Automatic Rebase
jobs
:
rebase
:
name
:
Rebase
if
:
github.event.issue.pull_request != '' && github.event.issue.user.login == 'web3-bot' && contains(github.event.comment.body, '@web3-bot rebase')
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout the latest code
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
token
:
${{ secrets.WEB3BOT_GITHUB_TOKEN }}
-
name
:
Automatic Rebase
uses
:
cirrus-actions/rebase@7cea12ac34ab078fa37e87798d8986185afa7bf2
# v1.4
env
:
GITHUB_TOKEN
:
${{ secrets.WEB3BOT_GITHUB_TOKEN }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment