Added GitHub Activity workflow
This commit is contained in:
20
.github/workflows/update-activity-workflow.yml
vendored
Normal file
20
.github/workflows/update-activity-workflow.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: Update README
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '*/30 * * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Update this repo's README with recent activity
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: jamesgeorge007/github-activity-readme@master
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
COMMIT_MSG: 'Added recent activity on GitHub'
|
||||||
|
MAX_LINES: 10
|
||||||
@@ -58,10 +58,6 @@
|
|||||||
<summary>:zap: Recent GitHub Activity</summary>
|
<summary>:zap: Recent GitHub Activity</summary>
|
||||||
|
|
||||||
<!--START_SECTION:activity-->
|
<!--START_SECTION:activity-->
|
||||||
1. ❌ Closed PR [#14](https://github.com/psavarmattas/psavarmattas/pull/14) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas)
|
|
||||||
2. 🗣 Commented on [#14](https://github.com/psavarmattas/psavarmattas/issues/14) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas)
|
|
||||||
3. ❌ Closed PR [#7](https://github.com/psavarmattas/psavarmattas/pull/7) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas)
|
|
||||||
4. 🎉 Merged PR [#6](https://github.com/psavarmattas/psavarmattas/pull/6) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas)
|
|
||||||
<!--END_SECTION:activity-->
|
<!--END_SECTION:activity-->
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
@@ -69,12 +65,11 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>:zap: GitHub Stats</summary>
|
<summary>:zap: GitHub Stats</summary>
|
||||||
|
|
||||||
<!--START_SECTION:activity-->
|
|
||||||
<img align="left" alt="PSavarMattas's GitHub Stats" src="https://github-readme-stats.vercel.app/api?username=psavarmattas&show_icons=true&hide_border=true&theme=dark" />
|
<img align="left" alt="PSavarMattas's GitHub Stats" src="https://github-readme-stats.vercel.app/api?username=psavarmattas&show_icons=true&hide_border=true&theme=dark" />
|
||||||
|
|
||||||
<img align="left" alt="PSavarMattas's Top Languages" src="https://github-readme-stats.vercel.app/api/top-langs/?username=psavarmattas&layout=compact&theme=dark&show_icons=true&hide_border=true" />
|
<img align="left" alt="PSavarMattas's Top Languages" src="https://github-readme-stats.vercel.app/api/top-langs/?username=psavarmattas&layout=compact&theme=dark&show_icons=true&hide_border=true" />
|
||||||
|
|
||||||
<!--END_SECTION:activity-->
|
</details>
|
||||||
|
|
||||||
[website]: https://psmforums.wordpress.com/
|
[website]: https://psmforums.wordpress.com/
|
||||||
[twitter]: https://twitter.com/gamerleague69
|
[twitter]: https://twitter.com/gamerleague69
|
||||||
|
|||||||
Reference in New Issue
Block a user