Skip to content

Commit

Permalink
Automatically label doc-only PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdcmeehan committed Nov 1, 2023
1 parent feb84a3 commit 98b9d02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs:
- all: ['**/*.rst']
5 changes: 4 additions & 1 deletion .github/workflows/codenotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ on:
jobs:
codenotify:
runs-on: ubuntu-latest
name: codenotify
name: "Label and notify"
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: sourcegraph/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 98b9d02

Please sign in to comment.