Hope you are doing well , we are using your repo at our organization noticed few issues like issue-number and comment-id are hardcoded in your github action can we make it more generic like depends on the run like below yaml
Use case :
whenever their is an new discussion room opened or modified .
it should automatically respond with an GIF in a comic way and it will convey that we are taking care of the issue
it should update that new or old discussion room with the ticket
Hi @peter-evans / anyone
Hope you are doing well , we are using your repo at our organization noticed few issues like issue-number and comment-id are hardcoded in your github action can we make it more generic like depends on the run like below yaml
Use case :
Below is my workflow file please do help
name: Auto Reply to Discussions
on: workflow_dispatch: discussion: types: [created, edited, labeled, answered, unanswered] discussion_comment: types: [created, edited, labeled, answered, unanswered]
jobs: auto_reply: runs-on: ubuntu-latest