Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gource! #182

Merged
merged 27 commits into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ae61734
Testing the provided workflow. Check details
RyanR712 Oct 22, 2023
183f23e
VSCode didn't update in time
RyanR712 Oct 22, 2023
a1cbcdb
Forgot to press shift
RyanR712 Oct 22, 2023
8919fc5
Testing workflow changes
RyanR712 Oct 22, 2023
60456ef
gource gource gource gource gource
RyanR712 Oct 22, 2023
30864bf
Changed timescale from .7 to .55
RyanR712 Oct 22, 2023
5abb091
Changed pull_request to push
RyanR712 Oct 22, 2023
7686b4a
Merge branch 'master' into 132-of-gource
RyanR712 Oct 22, 2023
44ea50b
Desired FPS and resolution change
RyanR712 Oct 22, 2023
c93af10
Merge branch 'master' into 132-of-gource
RyanR712 Oct 22, 2023
203e1b8
Changed mp4 path
RyanR712 Oct 22, 2023
44d83ae
avatars_auto_fetch true
RyanR712 Oct 22, 2023
5f0ff78
yeah
RyanR712 Oct 22, 2023
b4a520d
Merge branch 'master' into 132-of-gource
RyanR712 Oct 22, 2023
d9d3425
GOURCE NO LIKE 24 FPS. ONLY 25.
RyanR712 Oct 22, 2023
a004ebb
Merge branch '132-of-gource' of https://github.com/RAIRLab/Peirce-My-…
RyanR712 Oct 22, 2023
0b28e34
Merge branch 'master' into 132-of-gource
RyanR712 Oct 22, 2023
1da6ca0
mailmap attempt
RyanR712 Oct 23, 2023
f184554
Added emperor email in mailmap
AnushaTiwari5 Oct 23, 2023
c91ff8a
Merge branch 'master' of github.com:James-Oswald/PeirceMyHeart into 1…
AnushaTiwari5 Oct 23, 2023
ad88e4e
Removed avatar_auto_fetch for now
RyanR712 Oct 23, 2023
41c28f9
Merge branch 'master' into 132-of-gource
James-Oswald Oct 28, 2023
436f3ba
Merge branch 'master' into 132-of-gource
James-Oswald Nov 2, 2023
2c7378d
Merge branch 'master' into 132-of-gource
James-Oswald Nov 10, 2023
8d433c2
Merge branch 'master' into 132-of-gource
RyanR712 Dec 5, 2023
00c5085
Merge branch 'master' into 132-of-gource
RyanR712 Dec 9, 2023
33458d7
Merge branch 'master' into 132-of-gource
RyanR712 Dec 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/gource.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Gource Action
on:
pull_request:
branches: [ master ]

jobs:
action:
timeout-minutes: 8
runs-on: ubuntu-latest

steps:
- name: 'Checkout'
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: 'Gource Action'
uses: nbprojekt/gource-action@v1
with:
gource_title: 'Peirce My Heart'
logo_url: 'https://i.pinimg.com/736x/4e/35/fe/4e35fe64dbcd102d48e1fef43613d6e7.jpg'
gource_resolution: '720p'
gource_fps: 25
gource_time_scale: 0.55
gource_user_scale: 0.7
gource_font_size: 36

- name: 'Upload gource video'
uses: actions/upload-artifact@v2
with:
name: Gource
path: ./gource/gource.mp4
James-Oswald marked this conversation as resolved.
Show resolved Hide resolved
5 changes: 5 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Ryan Reilly <ryanreilly71203@gmail.com>
Dawn Moore <dawnthewitchuwu@gmail.com>
Anusha Tiwari <atiwari3@albany.edu>
Subrina Huda <shuda@albany.edu>
James Oswald <jamesoswald111@gmail.com>
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"vitetest",
"wicg",
"Wireframe",
"Gource",
"nbprojekt",
"xshift",
"yshift"
],
Expand Down
Loading