-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename support actions and other cleanup (#101043)
- Loading branch information
Showing
5 changed files
with
11 additions
and
60 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.github/workflows/T1-access-request-assign-and-move-to-support-project.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: Move issue to Platform Onboarding project column | ||
name: "Supp: move to Platform Onboarding column" | ||
|
||
on: | ||
issues: | ||
types: | ||
types: | ||
- opened | ||
- labeled | ||
|
||
|
@@ -25,7 +25,7 @@ jobs: | |
contains(github.event.issue.labels.*.name, 'new-vfs-team') | ||
steps: | ||
- name: Move Issue to Access Requests Column | ||
- name: Move Issue to Platform Onboarding Column | ||
uses: m7kvqbe1/[email protected] | ||
with: | ||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: Add Issue to Project Board | ||
name: "Supp: move to Support Tickets column" | ||
|
||
on: | ||
issues: | ||
types: | ||
types: | ||
- opened | ||
- labeled | ||
|
||
|
@@ -22,7 +22,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: contains(github.event.issue.labels.*.name, 'Platform-Support-Ticket') # Skip job if the label doesn't exist | ||
steps: | ||
- name: Move Issue to Access Requests Column | ||
- name: Move Issue to Support Tickets Column | ||
uses: m7kvqbe1/[email protected] | ||
with: | ||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: Move issue to Offboarding project column | ||
name: "Supp: move to Offboarding column" | ||
|
||
on: | ||
issues: | ||
types: | ||
types: | ||
- opened | ||
- labeled | ||
|
||
|
@@ -22,7 +22,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: contains(github.event.issue.labels.*.name, 'Offboarding') # Skip job if the label doesn't exist | ||
steps: | ||
- name: Move Issue to Access Requests Column | ||
- name: Move Issue to Offboarding Column | ||
uses: m7kvqbe1/[email protected] | ||
with: | ||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|