Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix CI] Add Label Commenter #355

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated the label-commenter.yml
Updated the label-commenter.yml file to enable automated commenter in the repo

Signed-off-by: Sandra Ashipala <sandraashipala@gmail.com>
  • Loading branch information
sandramsc authored Dec 8, 2023
commit 9119c709ba532d655c98717946ad939296552301
10 changes: 6 additions & 4 deletions .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
@@ -16,11 +16,13 @@ permissions:

jobs:
comment:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Checkout repo 🛎️
uses: actions/checkout@master
with:
ref: master # Set your default branch

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
uses: peaceiris/actions-label-commenter@v1.10.0