Skip to content

Commit

Permalink
Create pm-actions-cool.yaml (twentyhq#7395)
Browse files Browse the repository at this point in the history
Adding actions Cool for assigning issues from comments
  • Loading branch information
Bonapara authored and harshit078 committed Oct 14, 2024
1 parent c74bb6f commit 1c949b6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pm-actions-cool.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Assign

on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]

jobs:
add-assigness:
runs-on: ubuntu-latest
steps:
- name: Add assigness
uses: actions-cool/issues-helper@v3
with:
actions: 'add-assignees'
token: ${{ secrets.TOKEN_FOR_GITHUB_BOT }}

0 comments on commit 1c949b6

Please sign in to comment.