FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
advanced-java/.github/workflows/rebase.yml at main · java-ys/advanced-java · GitHub
java-ys
/
advanced-java
Public
forked from
doocs/advanced-java
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
advanced-java
/
.github
/
workflows
/
rebase.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
20 lines (18 loc) · 482 Bytes
Breadcrumbs
advanced-java
/
.github
/
workflows
/
rebase.yml
Copy path
File metadata and controls
20 lines (18 loc) · 482 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name
:
Automatic Rebase
on
:
issue_comment
:
types
:
[created]
jobs
:
rebase
:
name
:
Rebase
if
:
github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout the latest code
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
-
name
:
Automatic Rebase
uses
:
cirrus-actions/rebase@1.4
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL