Skip to content

Commit

Permalink
Update label-discussion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed May 16, 2024
1 parent d9546f9 commit 3e8eac0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/label-discussion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Label Discussions

on:
discussion:
types: [created]
types: [created, edited]
discussion_comment:
types: [created]
types: [created, edited]

jobs:
label_discussion:
Expand All @@ -22,7 +22,10 @@ jobs:
- name: Install dependencies
run: pip install requests

- name: Debug environment variables
run: env

- name: Run labeling script
env:
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}
NOVUM_PRIVATE_REPOS: ${{ secrets.NOVUM_PRIVATE_REPOS }}
run: python .github/scripts/label_discussion.py

0 comments on commit 3e8eac0

Please sign in to comment.