Skip to content

Commit 79d714d

Browse files
authored
fix: correct allowSelfAssign param as bool (#25)
* fix: correct allowSelfAssign param as bool * chore: add changelog
1 parent fa494ed commit 79d714d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
with:
1616
assignees: geofmureithi
1717
numOfAssignee: 1
18-
allowSelfAssign: yes
18+
allowSelfAssign: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
3+
## Unreleased
4+
- fix: correct allowSelfAssign param as bool (#25)
5+
26
## [0.7.1] - 2025-03-17
37

48
### 🐛 Bug Fixes

0 commit comments

Comments
 (0)