Skip to content

No cache busting URLs in radius releases #2565

No cache busting URLs in radius releases

No cache busting URLs in radius releases #2565

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@v3
with:
sparse-checkout: |
.github/scripts/radius-bot.js
sparse-checkout-cone-mode: false
- name: Comment analyzer
uses: actions/github-script@v6
env:
TEAM_SLUG: 'Radius-Eng'
with:
github-token: ${{ secrets.GH_RAD_CI_BOT_PAT }}
script: |
const script = require('./.github/scripts/radius-bot.js')
await script({github, context})