Skip to content

bump version to 0.1.5 #9

bump version to 0.1.5

bump version to 0.1.5 #9

Workflow file for this run

# Basic PR Description Generation
# Automatically generates AI-powered descriptions for new pull requests
name: Auto-describe PRs
on:
pull_request:
types: [opened]
jobs:
describe:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Generate PR Description
uses: ./
with:
augment_session_auth: ${{ secrets.AUGMENT_SESSION_AUTH }}
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_number: ${{ github.event.pull_request.number }}
repo_name: ${{ github.repository }}