Skip to content

Remove ringods from issue and PR auto assignment #271

Remove ringods from issue and PR auto assignment

Remove ringods from issue and PR auto assignment #271

Workflow file for this run

name: Pull Request
on:
pull_request:
paths-ignore:
- '.github/workflows/provider-*.yaml'
jobs:
preview-changes:
name: Preview changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci
- uses: pulumi/[email protected]
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
with:
command: preview
refresh: true
stack-name: pulumiverse/prod