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
mf
go-multiaddr
Commits
956e49a7
Commit
956e49a7
authored
Mar 30, 2021
by
web3-bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add .github/workflows/autorebase.yml
parent
d7d65e55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
.github/workflows/autorebase.yml
.github/workflows/autorebase.yml
+25
-0
No files found.
.github/workflows/autorebase.yml
0 → 100644
View file @
956e49a7
# 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