Skip to content

Commit 7dfd85a

Browse files
committed
-
1 parent 0e47d4c commit 7dfd85a

File tree

9 files changed

+73
-0
lines changed

9 files changed

+73
-0
lines changed

.github/workflows/update-stats.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Update README
2+
3+
on:
4+
schedule:
5+
- cron: '0 0,12 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
name: Update Profile README
12+
13+
steps:
14+
- uses: actions/checkout@v2.3.4
15+
- uses: Readme-Workflows/recent-activity@update
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
with:
19+
COMMIT_MSG: "Update iGabyTM/README with new stats"
20+
MAX_LINES: 10
21+
22+
URL_TEXT: "{REPO}{ID}"
23+
24+
ISSUE_CLOSED: "![issue-closed] **Issue closed:** {URL}"
25+
ISSUE_OPENED: "![issue-opened] **Issue opened:** {URL}"
26+
PR_CLOSED: "![pull-request-closed] **Pull request closed:** {URL}"
27+
PR_MERGED: "![pull-request-merged] **Pull request merged:** {URL}"
28+
PR_OPENED: "![pull-request-opened] **Pull request opened:** {URL}"
29+
COMMENTS_ACTIVITY: "![comment] **Commented:** {URL}"
30+
31+
DISABLE_EVENTS: "COMMENTS"
32+
33+
DATE_STRING: "Last update: `{DATE} GMT`"
34+
DATE_FORMAT: "dd/mm/yyyy HH:MM:ss"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<!-- Badges -->
2+
[issue-closed]: https://raw.githubusercontent.com/iGabyTM/iGabyTM/master/assets/icons/issue-closed.svg
3+
[issue-opened]: https://raw.githubusercontent.com/iGabyTM/iGabyTM/master/assets/icons/issue-opened.svg
4+
[pull-request-closed]: https://raw.githubusercontent.com/iGabyTM/iGabyTM/master/assets/icons/pull-request-closed.svg
5+
[pull-request-merged]: https://raw.githubusercontent.com/iGabyTM/iGabyTM/master/assets/icons/pull-request-merged.svg
6+
[pull-request-opened]: https://raw.githubusercontent.com/iGabyTM/iGabyTM/master/assets/icons/pull-request-opened.svg
7+
8+
## 📊 Statistics
19
<a href="https://github.com/anuraghazra/github-readme-stats" target="_blank">
210
<img align="center" src="https://github-readme-stats.vercel.app/api?username=iGabyTM&count_private=true%show_icons=true&include_all_commits=true&custom_title=iGabyTM%27s%20GitHub%20Stats" />
311
<img align="center" src="https://github-readme-stats.vercel.app/api/wakatime/?username=GabyTM&layout=compact" />
@@ -7,3 +15,7 @@
715
<a href="https://github.com/ryo-ma/github-profile-trophy" target="_blank">
816
<img align="center" src="https://github-profile-trophy.vercel.app/?username=iGabyTM&column=3" />
917
</a>
18+
19+
## 📜 Activity
20+
<!--RECENT_ACTIVITY:last_update-->
21+
<!--RECENT_ACTIVITY:start-->

assets/icons/issue-closed.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/issue-opened.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/pull-request-closed.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/pull-request-merged.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/pull-request-opened.svg

Lines changed: 1 addition & 0 deletions
Loading

licenses/OCTICONS.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 GitHub Inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)