Skip to content

如果想要保留三个类别标签而不是本repo.实验中的只有一个类别,需要怎么修改organize_txt_labels? #13

如果想要保留三个类别标签而不是本repo.实验中的只有一个类别,需要怎么修改organize_txt_labels?

如果想要保留三个类别标签而不是本repo.实验中的只有一个类别,需要怎么修改organize_txt_labels? #13

Workflow file for this run

name: Automatic Rebase
# https://github.com/marketplace/actions/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.3.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}