Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Feb 10, 2025
1 parent 4e1c52d commit 4dcdeaf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/difizen/libro/issues)
Please make sure to search in the [issues](https://github.com/weavefox/libro/issues)
first to see whether the same issue was reported already.
options:
- label: >
I had searched in the [issues](https://github.com/difizen/libro/issues) and found
I had searched in the [issues](https://github.com/weavefox/libro/issues) and found
no similar issues.
required: true
Expand Down Expand Up @@ -88,7 +88,7 @@ body:
label: How to reproduce
description: >
What should we do to reproduce the problem? If you are not able to provide a reproducible case,
please open a [Discussion](https://github.com/difizen/libro/discussions) instead.
please open a [Discussion](https://github.com/weavefox/libro/discussions) instead.
placeholder: >
Steps to reproduce the behavior:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation-related.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/difizen/libro/issues) first
Please make sure to search in the [issues](https://github.com/weavefox/libro/issues) first
to see whether the same feature was requested already.
options:
- label: >
I had searched in the [issues](https://github.com/difizen/libro/issues) and found no
I had searched in the [issues](https://github.com/weavefox/libro/issues) and found no
similar feature requirement.
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/difizen/libro/issues) first
Please make sure to search in the [issues](https://github.com/weavefox/libro/issues) first
to see whether the same feature was requested already.
options:
- label: >
I had searched in the [issues](https://github.com/difizen/libro/issues) and found no
I had searched in the [issues](https://github.com/weavefox/libro/issues) and found no
similar feature requirement.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
ci-javascript:
name: 'CI: JavaScript'
uses: difizen/actions/.github/workflows/ci-javascript.yml@main
uses: weavefox/actions/.github/workflows/ci-javascript.yml@main
with:
node-version: ${{ matrix.node-version }}
python-version: ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
changesets:
# prevents this action from running on forks
if: github.repository == 'difizen/libro'
if: github.repository == 'weavefox/libro'

name: Changesets
uses: difizen/actions/.github/workflows/release-changesets.yml@main
uses: weavefox/actions/.github/workflows/release-changesets.yml@main
secrets:
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
Expand All @@ -38,7 +38,7 @@ jobs:
needs.ci.result == 'success'
name: Publish
uses: difizen/actions/.github/workflows/release-publish.yml@main
uses: weavefox/actions/.github/workflows/release-publish.yml@main

with:
node-version: '20'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
👋 @{{ author }}
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/difizen/libro/blob/main/CONTRIBUTING.md).
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/weavefox/libro/blob/main/CONTRIBUTING.md).
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
FIRST_PR: |
👋 @{{ author }}
💖 Thanks for opening this pull request! 💖
Please follow the [contributing guidelines](https://github.com/difizen/libro/blob/main/CONTRIBUTING.md). And we use [semantic commit messages to streamline the release process.
Please follow the [contributing guidelines](https://github.com/weavefox/libro/blob/main/CONTRIBUTING.md). And we use [semantic commit messages to streamline the release process.
Examples of commit messages with semantic prefixes:
- `fix(ai-native): fix cursor in chat`
Expand Down

0 comments on commit 4dcdeaf

Please sign in to comment.