Update FUNDING.yml

This commit is contained in:
oobabooga 2024-05-01 05:54:21 -07:00
parent 51fb766bea
commit 1eba888af6
3 changed files with 7 additions and 28 deletions

1
.github/FUNDING.yml vendored
View File

@ -1 +1,2 @@
github: oobabooga
ko_fi: oobabooga

View File

@ -1,28 +0,0 @@
name: Weekly Snapshot Release
on:
schedule:
- cron: '15 20 * * 0'
workflow_dispatch: {}
jobs:
create_release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set snapshot tag
id: set_snapshot_tag
run: echo ::set-output name=tag::snapshot-$(date +'%Y-%m-%d')
- name: Create release
id: create_release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
tag_name: ${{ steps.set_snapshot_tag.outputs.tag }}
name: ${{ steps.set_snapshot_tag.outputs.tag }}
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -425,3 +425,9 @@ If you would like to contribute to the project, check out the [Contributing guid
## Acknowledgment
In August 2023, [Andreessen Horowitz](https://a16z.com/) (a16z) provided a generous grant to encourage and support my independent work on this project. I am **extremely** grateful for their trust and recognition.
## GitHub Sponsors
The following is a list of top-tier sponsors for this project here on GitHub:
* Be the first one! Visit https://github.com/sponsors/oobabooga/.