mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 11:05:41 -04:00
chore(deps): update actions/github-script action to v9
This commit is contained in:
16
.github/workflows/issues-new.yml
vendored
16
.github/workflows/issues-new.yml
vendored
@@ -295,7 +295,7 @@ jobs:
|
||||
- name: >-
|
||||
🏷️ Verify Existing Labels
|
||||
id: task_label_create_verify
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
@@ -470,7 +470,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ Get Issue Title
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_get_title
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -505,7 +505,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ ${{ env.PREFIX_BUG }} › Assignment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_issues_bugs
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -677,7 +677,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ ${{ env.PREFIX_FEATURE }} › Assignment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_issues_features
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -850,7 +850,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ ${{ env.PREFIX_ROADMAP }} › Assignment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_issues_roadmap
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -1029,7 +1029,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
🏷️ ${{ env.PREFIX_URGENT }} › Assignment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
id: task_issues_urgent
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
@@ -1219,7 +1219,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
👄 Search Phrases
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
@@ -1301,7 +1301,7 @@ jobs:
|
||||
|
||||
- name: >-
|
||||
✍️ Set Assignees
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ADMINSERV_TOKEN_CL || github.token }}
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user