From fe3afef2c8e9f88924547ec4ff6fb42f6501bb1c Mon Sep 17 00:00:00 2001 From: Nick Sheck Date: Wed, 2 Oct 2024 11:23:18 -0700 Subject: [PATCH] docs: explain annotation naming With check runs, we could specify the naming ourselves. With the switch to workflow commands, it depends on how consumers of this action name the consuming action. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c9de38..df16ee4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ name: Balto on: [pull_request] jobs: + # Note: the name of this job will be how annotations are labeled balto-eslint: runs-on: ubuntu-latest steps: