Skip to content

feat: install ripgrep in devcontainer stage #2

feat: install ripgrep in devcontainer stage

feat: install ripgrep in devcontainer stage #2

---
# Knope GitHub Action configuration file
name: Create Release PR
on:
push:
branches:
- develop
jobs:
prepare-release:
# Skip merges from releases
if: "!contains(github.event.head_commit.message, 'chore: prepare release')"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Configure Git
run: |
git config --global user.name GitHub Actions
git config user.email [email protected]
- uses: knope-dev/[email protected]
with:
version: 0.13.0
- run: knope prepare-release --verbose
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
continue-on-error: true