Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmiehe committed Jul 5, 2023
1 parent e15315c commit 98b5412
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5 #May not be the latest version
- uses: github/issue-labeler@v3.1 #May not be the latest version
with:
configuration-path: .github/labeler.yml
not-before: 2020-01-15T02:54:32Z
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5 #May not be the latest version
- uses: github/issue-labeler@v3.1 #May not be the latest version
with:
configuration-path: .github/labeler.yml
not-before: 2020-01-15T02:54:32Z
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5 #May not be the latest version
- uses: github/issue-labeler@v3.1 #May not be the latest version
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
Expand All @@ -156,7 +156,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.2 #May not be the latest version
- uses: github/issue-labeler@v3.1 #May not be the latest version
with:
configuration-path: .github/labeler.yml
include-title: 1
Expand All @@ -173,7 +173,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.0
- uses: github/issue-labeler@v3.1
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
Expand Down

0 comments on commit 98b5412

Please sign in to comment.