Skip to content

Commit 20a7ebd

Browse files
Update self_hosted_integration_issues.yml
1 parent 9eb2051 commit 20a7ebd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/self_hosted_integration_issues.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@ jobs:
3131
repo: context.repo.repo,
3232
body: "Hi! 👋 It looks like you're asking about an integration with self-hosted Sentry. Integrations work differently on self-hosted Sentry so we created separate docs here: https://develop.sentry.dev/integrations/. Please take a look and let us know if you need further help."
3333
})
34+
- name: Add 'Waiting for: Community' label
35+
if: steps.check.outputs.match == 'true'
36+
uses: actions/github-script@v7
37+
with:
38+
script: |
39+
github.rest.issues.addLabels({
40+
issue_number: context.issue.number,
41+
owner: context.repo.owner,
42+
repo: context.repo.repo,
43+
labels: ["Waiting for: Community"]
44+
})

0 commit comments

Comments
 (0)