Skip to content

Commit

Permalink
feat: Set labels with service name and environment
Browse files Browse the repository at this point in the history
Makes the infra update PRs easier to separate from other PRs
  • Loading branch information
nhhagen committed Apr 26, 2024
1 parent f4b8dd0 commit bda797d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-infrastructure-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
labels: |
automated pr
service:${{ inputs.service }}
environment:${{ matrix.environment }}
- name: Set pull request to auto-merge
if: ${{ matrix.auto-merge == 'true' }}
Expand Down

0 comments on commit bda797d

Please sign in to comment.