Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
# Note: package-lock.json should be committed for reproducible builds

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ You need to create a GitHub Actions workflow file in your repository to enable P
- uses: actions/checkout@v4

- name: Run PR Analyzer
uses: techdebtgpt/pr-agent@v1.0.1
uses: techdebtgpt/pr-agent@v1.1
with:
config-path: .pr-analyzer.yml
env:
Expand All @@ -565,6 +565,7 @@ You need to create a GitHub Actions workflow file in your repository to enable P

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
> **Important**: Make sure to use the latest release tag for `techdebtgpt/pr-agent@`. Replace `@v1.1` with the latest version tag from the [releases page](https://github.com/techdebtgpt/pr-agent/releases). For example, if the latest release is `v1.2`, use `techdebtgpt/pr-agent@v1.2`.

3. Commit and push the workflow file to your repository:
```bash
Expand Down