Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
692e0caf
Unverified
Commit
692e0caf
authored
Jan 15, 2021
by
yann300
Committed by
GitHub
Jan 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete autorebase.yml
parent
b4dd464f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
autorebase.yml
.github/workflows/autorebase.yml
+0
-26
No files found.
.github/workflows/autorebase.yml
deleted
100644 → 0
View file @
b4dd464f
on
:
# Run on every push on every branch
push
:
branches-ignore
:
# Ignore branches automatically created by github-rebase
-
rebase-pull-request**
-
cherry-pick-rebase-pull-request**
# Run when pull requests get labeled
pull_request
:
types
:
[
labeled
]
jobs
:
auto-rebase
:
name
:
AutoRebase
runs-on
:
ubuntu-latest
steps
:
-
uses
:
Label305/AutoRebase@v0.1
with
:
# We can't use the built-in secrets.GITHUB_TOKEN yet because of this limitation:
# https://github.community/t5/GitHub-Actions/Triggering-a-new-workflow-from-another-workflow/td-p/31676
# In the meantime, use a token granting write access on the repo:
# - a GitHub App token
# See https://github.com/marketplace/actions/github-app-token.
# - a personal access token
# See https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line.
github_token
:
${{ secrets.AUTOREBASE_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