Skip to content

feat: deploy atlantis in k8s #118

feat: deploy atlantis in k8s

feat: deploy atlantis in k8s #118

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}