Skip to content

[PLA-1734][PLA-1743] Fixes WhitelistedPallet, replaces IsFuelTankOwner by CanDispatch #65

[PLA-1734][PLA-1743] Fixes WhitelistedPallet, replaces IsFuelTankOwner by CanDispatch

[PLA-1734][PLA-1743] Fixes WhitelistedPallet, replaces IsFuelTankOwner by CanDispatch #65

Workflow file for this run

name: PR Agent
on:
pull_request:
issue_comment:
jobs:
pr_agent_job:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Run agent
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@v0.21
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}