Skip to content

Commit f64bae6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c07a041 + 66c46e5 commit f64bae6

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/auto-assign.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ I may look to document these or try to make them configurable.
9595

9696
There are mechanisms to update the ledger file (accepting a schedule, posting a new journal) but you can primarily use it for visualisation.
9797

98-
![Screenshot](/docs/images/MyMoney-Dashboard.png)
98+
![Screenshot](/docs/images/MyMoney-Dashboard.PNG)
9999

100-
![Screenshot](/docs/images/MyMoney-Accounts.png)
100+
![Screenshot](/docs/images/MyMoney-Accounts.PNG)

0 commit comments

Comments
 (0)