This commit is contained in:
Michel Roegl-Brunner 2025-03-10 16:21:03 +01:00
parent ede309cedd
commit 36dbf1cebc

View File

@ -9,8 +9,6 @@ jobs:
permissions:
contents: write
pull-requests: write
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout repository
@ -20,6 +18,8 @@ jobs:
- name: List Issues in Repository
id: list_issues
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "Filtering Issues with Label MigrationTest"