Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/contracts-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:

- name: Add label to mark that contracts have been deployed
if: github.event_name == 'pull_request'
uses: actions-ecosystem/[email protected].0
uses: actions-ecosystem/[email protected].3
with:
labels: 'DEPLOYED-CONTRACTS'
github_token: ${{ secrets.CI_GH_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-feature-envs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ jobs:
github_token: ${{ secrets.CI_GH_TOKEN }}

- name: Add label to mark that feature branch has been deployed
uses: actions-ecosystem/[email protected].0
uses: actions-ecosystem/[email protected].3
with:
labels: ${{ env.LABEL_DEPLOYED }}
github_token: ${{ secrets.CI_GH_TOKEN }}
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
github_token: ${{ secrets.CI_GH_TOKEN }}

- name: Add label to mark that feature branch has been destroyed
uses: actions-ecosystem/[email protected].0
uses: actions-ecosystem/[email protected].3
with:
labels: ${{ env.LABEL_DESTROYED }}
github_token: ${{ secrets.CI_GH_TOKEN }}
Expand Down Expand Up @@ -587,7 +587,7 @@ jobs:
github_token: ${{ secrets.CI_GH_TOKEN }}

- name: Add label to mark that feature branch has been destroyed
uses: actions-ecosystem/[email protected].0
uses: actions-ecosystem/[email protected].3
with:
labels: ${{ env.LABEL_DESTROYED }}
github_token: ${{ secrets.CI_GH_TOKEN }}
Expand Down