Skip to content

Feat: add variable set support for environment schema #384

Feat: add variable set support for environment schema

Feat: add variable set support for environment schema #384

Workflow file for this run

name: 'Auto Assign PR to author'
on:
pull_request:
types: [opened]
jobs:
add-assignee:
runs-on: ubuntu-20.04
timeout-minutes: 1
steps:
- uses: kentaro-m/auto-assign-action@v1.2.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"