Skip to content

Commit

Permalink
Create gen_py_module_triage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vroncevic committed Apr 11, 2020
1 parent 5e9ba50 commit 8adfc3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gen_py_module_triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Triage gen_py_module
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_py_module] should be supported for Python 2.7, 3.5, 3.6, 3.7, 3.8"

0 comments on commit 8adfc3d

Please sign in to comment.