Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added public/images/initialize-github-job.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 35 additions & 13 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<a href="#prmirror" class="dropdown-item">PR Mirror</a>
<a href="#rootly-incident-action" class="dropdown-item">Rootly Incident Action</a>
<a href="#rootly-alert-action" class="dropdown-item">Rootly Alert Action</a>
<a href="#initialize-github-job" class="dropdown-item">Initialize GitHub Job</a>
</div>
</div>
<a href="#support" class="nav-item">Support the Devs</a>
Expand Down Expand Up @@ -226,14 +227,14 @@ <h3>
</a>
</h3>
<p><em>
Github Marketplace
GitHub Marketplace
<a href="https://github.com/marketplace/actions/git-semver-setup-action" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
</em></p>
<p>
Git Semver Setup Action is a PandasWhoCode maintained github action that enables the setup-git-semver cli
tool to be used within a github workflow.
Git Semver Setup Action is a PandasWhoCode maintained GitHub action that enables the setup-git-semver cli
tool to be used within a GitHub workflow.
</p>
</div>
<div id="read-all-props" class="project-item">
Expand All @@ -247,14 +248,14 @@ <h3>
</a>
</h3>
<p><em>
Github Marketplace
GitHub Marketplace
<a href="https://github.com/marketplace/actions/read-custom-properties" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
</em></p>
<p>
Read All Custom Properties is a PandasWhoCode maintained github action that reads all custom properties
from the repositories in a github organization and outputs them to a yaml file in the repository.
Read All Custom Properties is a PandasWhoCode maintained GitHub action that reads all custom properties
from the repositories in a GitHub organization and outputs them to a yaml file in the repository.
</p>
</div>
<div id="update-custom-props" class="project-item">
Expand All @@ -268,13 +269,13 @@ <h3>
</a>
</h3>
<p><em>
Github Marketplace
GitHub Marketplace
<a href="https://github.com/marketplace/actions/custom-properties-update-action" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
</em></p>
<p>
Custom Properties Update Action is a PandasWhoCode maintained github action that updates the custom properties
Custom Properties Update Action is a PandasWhoCode maintained GitHub action that updates the custom properties
in all repositories based on the values defined in the input file.
</p>
<p>
Expand All @@ -292,14 +293,14 @@ <h3>
</a>
</h3>
<p><em>
Github Marketplace
GitHub Marketplace
<a href="https://github.com/marketplace/actions/set-custom-properties-schema-action" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
</em></p>
<p>
Set Custom Properties Schema Action is a PandasWhoCode maintained github action that configures the custom properties
of the provided github organization. It requires a fine-grained personal access token with the
Set Custom Properties Schema Action is a PandasWhoCode maintained GitHub action that configures the custom properties
of the provided GitHub organization. It requires a fine-grained personal access token with the
<code>organization:custom-properites:admin</code> scope.
</p>
<p>
Expand Down Expand Up @@ -347,7 +348,7 @@ <h3>
</a>
</h3>
<p><em>
Github Marketplace
GitHub Marketplace
<a href="https://github.com/marketplace/actions/rootly-incident-action" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
Expand All @@ -369,7 +370,7 @@ <h3>
</a>
</h3>
<p><em>
Github Marketplace
GitHub Marketplace
<a href="https://github.com/marketplace/actions/rootly-alert-action" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
Expand All @@ -380,6 +381,27 @@ <h3>
This action fully implements the <a href="https://docs.rootly.com/api-reference/alerts/creates-an-alert" class="rootly-link" target="_blank" rel="noopener noreferrer"><code>creates-an-alert</code></a> api.
</p>
</div>
<div id="initialize-github-job" class="project-item">
<a href="https://github.com/PandasWhoCode/initialize-github-job" class="project-logo-link" target="_blank" rel="noopener noreferrer">
<img src="images/initialize-github-job.png" alt="Initialize GitHub Job Logo" class="project-logo">
</a>
<h3>
Initialize GitHub Job
<a href="https://github.com/PandasWhoCode/initialize-github-job" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
</h3>
<p><em>
GitHub Marketplace
<a href="https://github.com/marketplace/actions/initialize-github-job" class="project-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
</em></p>
<p>
A composite GitHub action used to initialize a job in GitHub actions workflows. This action runs hardened runner and enables the
developer to check out the repository and to set up common ecosystem tools (java, gradle, npm, python, rust, swift, and go).
</p>
</div>
</div>
</section>

Expand Down
Loading