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

[bot] synced file(s) with Wall-Brew-Co/rebroadcast #251

Merged
merged 12 commits into from
Jan 5, 2025
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
20 changes: 20 additions & 0 deletions .github/workflows/cljdoc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Echo Trigger
id: echo-trigger
run: echo "Job triggered by ${{ github.event_name }}"

- name: Echo Runner OS
id: echo-runner-os
run: echo "Job running on ${{ runner.os }} server"

- name: Echo Git Ref
id: echo-git-ref
run: echo "Using ${{ github.ref }} branch from ${{ github.repository }} repository"

- name: Checkout Repository
id: checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -44,6 +56,10 @@ jobs:
restore-keys: |
${{ runner.os }}-clj

- name: Install Clojure Dependencies
id: install-deps
run: lein deps

- name: Echo Leiningen Version
id: lein-version
run: lein -v
Expand All @@ -56,5 +72,9 @@ jobs:
id: cljdoc-check
uses: cljdoc/[email protected]

- name: Echo Status
id: echo-status
run: echo "Job status is ${{ job.status }}."

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/cljdoc_test.yml
24 changes: 20 additions & 4 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Echo Trigger
id: echo-trigger
run: echo "Job triggered by ${{ github.event_name }}"

- name: Echo Runner OS
id: echo-runner-os
run: echo "Job running on ${{ runner.os }} server"

- name: Echo Git Ref
id: echo-git-ref
run: echo "Using ${{ github.ref }} branch from ${{ github.repository }} repository"

- name: Checkout Repository
id: checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -45,17 +57,21 @@ jobs:
restore-keys: |
${{ runner.os }}-clj

- name: Echo Leiningen Version
id: lein-version
run: lein -v

- name: Install Clojure Dependencies
id: install-deps
run: lein deps

- name: Echo Leiningen Version
id: lein-version
run: lein -v

- name: Run All Tests
id: run-tests
run: lein test

- name: Echo Status
id: echo-status
run: echo "Job status is ${{ job.status }}."

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/clojure.yml
24 changes: 20 additions & 4 deletions .github/workflows/clojurescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Echo Trigger
id: echo-trigger
run: echo "Job triggered by ${{ github.event_name }}"

- name: Echo Runner OS
id: echo-runner-os
run: echo "Job running on ${{ runner.os }} server"

- name: Echo Git Ref
id: echo-git-ref
run: echo "Using ${{ github.ref }} branch from ${{ github.repository }} repository"

- name: Checkout Repository
id: checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -56,14 +68,14 @@ jobs:
restore-keys: |
${{ runner.os }}-node

- name: Echo Leiningen Version
id: lein-version
run: lein -v

- name: Install Clojure/ClojureScript Dependencies
id: install-clojure-deps
run: lein deps

- name: Echo Leiningen Version
id: lein-version
run: lein -v

- name: Install node.js Dependencies
id: install-node-deps
run: npm install
Expand All @@ -76,5 +88,9 @@ jobs:
id: run-tests
run: lein doo once

- name: Echo Status
id: echo-status
run: echo "Job status is ${{ job.status }}."

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/clojurescript.yml
16 changes: 16 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ jobs:
if: github.repository_owner == 'Wall-Brew-Co'
runs-on: ubuntu-latest
steps:
- name: Echo Trigger
id: echo-trigger
run: echo "Job triggered by ${{ github.event_name }}"

- name: Echo Runner OS
id: echo-runner-os
run: echo "Job running on ${{ runner.os }} server"

- name: Echo Git Ref
id: echo-git-ref
run: echo "Using ${{ github.ref }} branch from ${{ github.repository }} repository"

- name: Generate Contributors Image
id: contributors
uses: wow-actions/contributors-list@v1
Expand All @@ -23,5 +35,9 @@ jobs:
svgPath: CONTRIBUTORS.svg
affiliation: all

- name: Echo Status
id: echo-status
run: echo "Job status is ${{ job.status }}."

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/contributors.yml
24 changes: 20 additions & 4 deletions .github/workflows/deploy_to_clojars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Echo Trigger
id: echo-trigger
run: echo "Job triggered by ${{ github.event_name }}"

- name: Echo Runner OS
id: echo-runner-os
run: echo "Job running on ${{ runner.os }} server"

- name: Echo Git Ref
id: echo-git-ref
run: echo "Using ${{ github.ref }} branch from ${{ github.repository }} repository"

- name: Checkout Repository
id: checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -45,14 +57,14 @@ jobs:
restore-keys: |
${{ runner.os }}-clj

- name: Echo Leiningen Version
id: lein-version
run: lein -v

- name: Install Clojure Dependencies
id: install-deps
run: lein deps

- name: Echo Leiningen Version
id: lein-version
run: lein -v

# This isn't strictly required to deploy, but is a quality check against our documentation
- name: Validate Changelog Status
id: validate-changelog
Expand Down Expand Up @@ -94,5 +106,9 @@ jobs:
TAG: v${{ steps.versionchk.outputs.VERSION }}
GITHUB_TOKEN: ${{ secrets.WALL_BREW_BOT_PAT }}

- name: Echo Status
id: echo-status
run: echo "Job status is ${{ job.status }}."

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/deploy_to_clojars.yml
16 changes: 16 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Echo Trigger
id: echo-trigger
run: echo "Job triggered by ${{ github.event_name }}"

- name: Echo Runner OS
id: echo-runner-os
run: echo "Job running on ${{ runner.os }} server"

- name: Echo Git Ref
id: echo-git-ref
run: echo "Using ${{ github.ref }} branch from ${{ github.repository }} repository"

# Checkout the repository with our Wall Brew Bot Token
# We need this so any changes can be committed back to the repository
- name: Checkout Repository
Expand Down Expand Up @@ -49,5 +61,9 @@ jobs:
commit_message: |
[Format] Auto-formatting

- name: Echo Status
id: echo-status
run: echo "Job status is ${{ job.status }}."

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/format.yml
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ jobs:
if: github.repository_owner == 'Wall-Brew-Co'
runs-on: ubuntu-latest
steps:
- name: Echo Trigger
id: echo-trigger
run: echo "Job triggered by ${{ github.event_name }}"

- name: Echo Runner OS
id: echo-runner-os
run: echo "Job running on ${{ runner.os }} server"

- name: Echo Git Ref
id: echo-git-ref
run: echo "Using ${{ github.ref }} branch from ${{ github.repository }} repository"

- name: Greet New Contributors
id: greet
uses: actions/first-interaction@v1
Expand All @@ -17,5 +29,9 @@ jobs:
issue-message: 'Thank you for taking the time to let us know!'
pr-message: 'Congratulations! This is your first contribution!'

- name: Echo Status
id: echo-status
run: echo "Job status is ${{ job.status }}."

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/greetings.yml
16 changes: 16 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,27 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Echo Trigger
id: echo-trigger
run: echo "Job triggered by ${{ github.event_name }}"

- name: Echo Runner OS
id: echo-runner-os
run: echo "Job running on ${{ runner.os }} server"

- name: Echo Git Ref
id: echo-git-ref
run: echo "Using ${{ github.ref }} branch from ${{ github.repository }} repository"

- name: Label Pull Requests
id: label
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.WALL_BREW_BOT_PAT }}"

- name: Echo Status
id: echo-status
run: echo "Job status is ${{ job.status }}."

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/label.yml
Loading
Loading