Change issueauto and prauto actions to use the cli-automation env

This commit is contained in:
Tyler McGoffin 2025-03-07 12:02:20 -08:00
parent 824acc86dd
commit e0533f9f73
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ permissions:
jobs:
issue-auto:
runs-on: ubuntu-latest
environemnt: production
environment: cli-automation
steps:
- name: label incoming issue
env:

View file

@ -11,7 +11,7 @@ permissions:
jobs:
pr-auto:
runs-on: ubuntu-latest
environment: production
environment: cli-automation
steps:
- name: lint pr
env: