Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Initialize Project Sidebar & Status
env:
GH_TOKEN: ${{ secrets.RZ_PROJECT }}
uses: recursivezero/action-club/.github/actions/project-setup@main
uses: recursivezero/action-club/member/project-setup
with:
issue_url: ${{ github.event.issue.html_url || github.event.pull_request.html_url }}
issue_number: ${{ github.event.issue.number || github.event.pull_request.number }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/comment-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
description: "Issue number"
required: true
type: number

comment_body:
description: "Comment text"
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-issue-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Format issue title
uses: recursivezero/action-club/.github/actions/format-issue-title@main
uses: recursivezero/action-club/member/format-issue-title
with:
prefix: RAC # change this as per your convention
dry_run: false
2 changes: 1 addition & 1 deletion .github/workflows/issue-branch-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Link Branch to Issue
# Point this to your centralized repository
uses: recursivezero/action-club/.github/actions/branch-notify@main
uses: recursivezero/action-club/.github/actions/branch-notify
with:
issue_prefix: "RAC" # change this as per your convention
branch_name: ${{ github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
node-version: "20"

- name: Lint Markdown files
uses: recursivezero/action-club/.github/actions/md-lint@main
uses: recursivezero/action-club/member/md-lint
4 changes: 2 additions & 2 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run bump-version action
uses: recursivezero/action-club/.github/actions/bump-version@main
uses: recursivezero/action-club/member/bump-version
with:
node-version: "18"
enable-bump: "true"
enable-changelog: "true" # toggle changelog update
enable-changelog: "true" # toggle changelog update
28 changes: 0 additions & 28 deletions .markdownlint.json

This file was deleted.

Loading
Loading