WF
This commit is contained in:
parent
ede309cedd
commit
36dbf1cebc
4
.github/workflows/move-to-main-repo.yaml
vendored
4
.github/workflows/move-to-main-repo.yaml
vendored
@ -9,8 +9,6 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ github.token }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -20,6 +18,8 @@ jobs:
|
|||||||
|
|
||||||
- name: List Issues in Repository
|
- name: List Issues in Repository
|
||||||
id: list_issues
|
id: list_issues
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
echo "Filtering Issues with Label MigrationTest"
|
echo "Filtering Issues with Label MigrationTest"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user