mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-25 09:56:15 +03:00
🔃 Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/interactive-editor
This commit is contained in:
commit
70ebce4da7
16
.github/AUTHORS.txt
vendored
16
.github/AUTHORS.txt
vendored
@ -14,16 +14,16 @@ UrekD <urek.denis@gmail.com> - 3 commits
|
||||
Niklas <abe> - 4 commits
|
||||
Erik <roo> - 6 commits
|
||||
liss-bot <liss-bot@users.noreply.github.com> - 6 commits
|
||||
Alicia <o> - 8 commits
|
||||
repo-visualizer <repo-visualizer@users.noreply.github.com> - 8 commits
|
||||
snyk-bot <snyk-bot@snyk.io> - 9 commits
|
||||
Alicia <o> - 10 commits
|
||||
Alicia <yke> - 10 commits
|
||||
snyk-bot <snyk-bot@snyk.io> - 11 commits
|
||||
EVOTk <45015615+EVOTk@users.noreply.github.com> - 14 commits
|
||||
snyk-bot <snyk-bot@users.noreply.github.com> - 14 commits
|
||||
snyk-bot <snyk-bot@users.noreply.github.com> - 15 commits
|
||||
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - 16 commits
|
||||
liss-bot <liss-bot@d0h.co> - 21 commits
|
||||
liss-bot <liss-bot@d0h.co> - 22 commits
|
||||
Alicia <yke> - 25 commits
|
||||
Lissy93 <gh@d0h.co> - 70 commits
|
||||
Lissy93 <Lissy93@users.noreply.github.com> - 186 commits
|
||||
Alicia <yke> - 255 commits
|
||||
Alicia <yke> - 1004 commits
|
||||
Lissy93 <gh@d0h.co> - 71 commits
|
||||
Lissy93 <Lissy93@users.noreply.github.com> - 188 commits
|
||||
Alicia <yke> - 257 commits
|
||||
Alicia <yke> - 1012 commits
|
8
.github/workflows/manage-pending-labels.yml
vendored
8
.github/workflows/manage-pending-labels.yml
vendored
@ -19,7 +19,13 @@ jobs:
|
||||
|
||||
add-awaiting-author:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }}
|
||||
if: >
|
||||
${{
|
||||
!github.event.issue.pull_request
|
||||
&& github.event.comment.author_association != 'COLLABORATOR'
|
||||
&& github.event.comment.author_association != 'OWNER'
|
||||
&& github.event.issue.state === 'open'
|
||||
}}
|
||||
steps:
|
||||
- name: Add Awaiting Author labels when Updated
|
||||
uses: actions-cool/issues-helper@v2
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 65 KiB |
@ -82,6 +82,13 @@
|
||||
<sub><b>Begin</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/skaarj1989">
|
||||
<img src="https://avatars.githubusercontent.com/u/34756939?v=4" width="80;" alt="skaarj1989"/>
|
||||
<br />
|
||||
<sub><b>David</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/deepsourcebot">
|
||||
<img src="https://avatars.githubusercontent.com/u/60907429?v=4" width="80;" alt="deepsourcebot"/>
|
||||
@ -95,15 +102,15 @@
|
||||
<br />
|
||||
<sub><b>FormatToday</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/rubjo">
|
||||
<img src="https://avatars.githubusercontent.com/u/42270947?v=4" width="80;" alt="rubjo"/>
|
||||
<br />
|
||||
<sub><b>Rubjo</b></sub>
|
||||
</a>
|
||||
</td></tr>
|
||||
<tr>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/turnrye">
|
||||
<img src="https://avatars.githubusercontent.com/u/701035?v=4" width="80;" alt="turnrye"/>
|
||||
|
Loading…
Reference in New Issue
Block a user