Skip to content

add IRSA credential type #6078

add IRSA credential type

add IRSA credential type #6078

Workflow file for this run

name: radius-bot
on:
issue_comment:
types: [created]
jobs:
radius-bot:
name: Run Radius Bot script
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
sparse-checkout: |
.github/scripts/radius-bot.js
sparse-checkout-cone-mode: false
- name: Comment analyzer
uses: actions/github-script@v7
env:
TEAM_SLUG: 'approvers-radius'
with:
github-token: ${{ secrets.GH_RAD_CI_BOT_PAT }}
script: |
const script = require('./.github/scripts/radius-bot.js')
await script({github, context})