Skip to content

Commit

Permalink
Use centralized 'Add to docs project' workflow with GitHub App auth (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Sep 19, 2024
1 parent ba348ea commit b4b8834
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 31 deletions.
10 changes: 0 additions & 10 deletions .github/issue_commands.json

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/add-to-docs-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Add to docs project
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
jobs:
main:
if: ${{ github.event.label.name == 'type/docs' }}
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: grafana/writers-toolkit/add-to-docs-project@add-to-docs-project/v1
21 changes: 0 additions & 21 deletions .github/workflows/issue_commands.yml

This file was deleted.

0 comments on commit b4b8834

Please sign in to comment.