Skip to content

Commit

Permalink
Create gen_vhost_triage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vroncevic committed Apr 11, 2020
1 parent 86c9985 commit aeba251
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gen_vhost_triage.yml
@@ -0,0 +1,16 @@
name: Triage gen_vhost
on:
issues:
types: [opened]
jobs:
commentOnNewIssues:
name: Comment On New Issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Comment On New Issues
uses: actions/github@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: comment "[gen_vhost] should be supported for Python 2.7, 3.5, 3.6, 3.7, 3.8"

0 comments on commit aeba251

Please sign in to comment.