We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c07a041 + 66c46e5 commit f64bae6Copy full SHA for f64bae6
2 files changed
.github/workflows/auto-assign.yml
@@ -0,0 +1,15 @@
1
+name: Issue assignment
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
7
+jobs:
8
+ auto-assign:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: 'Auto-assign issue'
12
+ uses: pozil/auto-assign-issue@v1
13
+ with:
14
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
15
+ assignees: dlmcpaul
README.md
@@ -95,6 +95,6 @@ I may look to document these or try to make them configurable.
95
96
There are mechanisms to update the ledger file (accepting a schedule, posting a new journal) but you can primarily use it for visualisation.
97
98
-
+
99
100
-
+
0 commit comments