mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 03:51:36 +03:00
Create pm-actions-cool.yaml (#7395)
Adding actions Cool for assigning issues from comments
This commit is contained in:
parent
23001ac17d
commit
2cd3219636
17
.github/workflows/pm-actions-cool.yaml
vendored
Normal file
17
.github/workflows/pm-actions-cool.yaml
vendored
Normal file
@ -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 }}
|
Loading…
Reference in New Issue
Block a user