forked from openscad/openscad
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (31 loc) · 1.26 KB
/
Copy pathassign.yml
File metadata and controls
37 lines (31 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Assign Issue
on:
schedule:
- cron: 0 0 * * *
issue_comment:
types: [created]
workflow_dispatch:
jobs:
assign:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Assign the user or unassign stale assignments
uses: takanome-dev/assign-issue-action@v2.2
with:
maintainers: 'abshk-jr,amarjeetkapoor1,brad,cliffordwolf,donbright,gsohler,justbuchanan,kintel,MichaelAtOz,MichaelPFrey,minad,nophead,pca006132,rcolyer,shaina7837,Sharma-Hrishabh,t-paul,tbharathchandra,thehans'
days_until_unassign: 30
block_assignment: false
reminder_days: 7
max_assignments: 12
assigned_comment: |
### 🎉 Issue Assignment Confirmation
Hey @{{ handle }}, thanks for taking on this issue!
This issue will be automatically unassigned if idle for **{{ total_days }} days**.
<details>
<summary>ℹ️ Important information</summary>
- To prevent automatic unassignment, a maintainer can add the **{{{ pin_label }}}** label
- You can unassign yourself at any time by commenting with `/unassign-me`
- Updates and status reports are encouraged to show progress
</details>