diff --git a/.gitea/workflows/analysis.yml b/.gitea/workflows/analysis.yml index a87683c..d65b8aa 100644 --- a/.gitea/workflows/analysis.yml +++ b/.gitea/workflows/analysis.yml @@ -5,6 +5,18 @@ jobs: name: Build Nix targets runs-on: ubuntu-22.04 steps: + - name: Create PR + uses: https://github.com/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281 + with: + remote-instance-api-version: v1 + token: ${{ secrets.GIT_TOKEN_PR_WRITE }} + branch: statix-lint + delete-branch: true + title: "mreow" + commit-message: "mlem" + body: | + Automated linting performed by the [statix-action](https://github.com/jocelynthode/statix-action) GitHub Action. + - uses: actions/checkout@v4 - uses: http://github.com/cachix/install-nix-action@v18 - uses: http://github.com/cachix/cachix-action@v12