Merge remote main history into LongMemory 1.0 release #158
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # __ __ ___ | |
| # / / ____ ____ ____ _/ |/ /__ ____ ___ ____ _______ __ | |
| # / / / __ \/ __ \/ __ `/ /|_/ / _ \/ __ `__ \/ __ \/ ___/ / / / | |
| # / /___/ /_/ / / / / /_/ / / / / __/ / / / / / /_/ / / / /_/ / | |
| # /_____/\____/_/ /_/\__, /_/ /_/\___/_/ /_/ /_/\____/_/ \__, / | |
| # /____/ /____/ | |
| # | |
| # cavira oss (c) 2026 - nullure (c) 2026 | |
| # ---------------------------------------------------------- | |
| # file : .github/workflows/main.yml | |
| # usage : automates the LongMemory main workflow | |
| name: Update contributors | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| contrib-readme-job: | |
| runs-on: ubuntu-latest | |
| name: A job to automate contrib in readme | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| steps: | |
| - name: Contribute List | |
| uses: akhilmhdh/contributors-readme-action@v2.3.11 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |