提交 733f9f8c 编写于 作者: J Jackson Kearl

Properly no-op Actions

上级 08097a23
# name: Commands
# on:
# issue_comment:
# types: [created]
# issues:
# types: [labeled]
name: Commands
on:
issue_comment:
types: [created]
issues:
types: [labeled]
# jobs:
# main:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Actions
# uses: actions/checkout@v2
# with:
# repository: 'JacksonKearl/vscode-triage-github-actions'
# ref: v2
# - name: Run Commands
# uses: ./commands
# with:
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# config-path: commands
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v2
# - name: Run Commands
# uses: ./commands
# with:
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# config-path: commands
# name: CopyCat
# on:
# issues:
# types: [opened]
name: CopyCat
on:
issues:
types: [opened]
# jobs:
# main:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Actions
# uses: actions/checkout@v2
# with:
# repository: 'JacksonKearl/vscode-triage-github-actions'
# ref: v2
# - name: Run CopyCat (JacksonKearl/testissues)
# uses: ./copycat
# with:
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# owner: JacksonKearl
# repo: testissues
# - name: Run CopyCat (chrmarti/testissues)
# uses: ./copycat
# with:
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# owner: chrmarti
# repo: testissues
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v2
# - name: Run CopyCat (JacksonKearl/testissues)
# uses: ./copycat
# with:
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# owner: JacksonKearl
# repo: testissues
# - name: Run CopyCat (chrmarti/testissues)
# uses: ./copycat
# with:
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# owner: chrmarti
# repo: testissues
# name: Needs Version Info
# on:
# issues:
# types: [opened]
name: Needs Version Info
on:
issues:
types: [opened]
# jobs:
# main:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Actions
# uses: actions/checkout@v2
# with:
# repository: 'JacksonKearl/vscode-triage-github-actions'
# ref: v2
# - name: Run Needs Version Info
# uses: ./needs-more-info
# with:
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
# label: ~needs version info
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: v2
# - name: Run Needs Version Info
# uses: ./needs-more-info
# with:
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
# matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
# label: ~needs version info
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册