Skip to content

Commit 1a00f25

Browse files
committed
removed unused notification code
1 parent 735bba1 commit 1a00f25

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,3 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: ./.github/actions/setup-go
1919
- uses: ./.github/actions/codegen-and-test
20-
21-
# pr-notification:
22-
# runs-on: ubuntu-latest
23-
# if: github.event_name == 'pull_request'
24-
# steps:
25-
# - uses: actions/checkout@v4
26-
# - name: Extract PR Metadata
27-
# uses: actions/github-script@v6
28-
# id: get_pr_data
29-
# with:
30-
# script: |
31-
# const pr = context.payload.pull_request;
32-
# core.setOutput('title', pr.title);
33-
# core.setOutput('body', pr.body);
34-
# core.setOutput('url', pr.html_url);
35-
36-
# - name: Debug PR Data Outputs
37-
# run: |
38-
# echo "Title: ${{ steps.get_pr_data.outputs.title }}"
39-
# echo "Body: ${{ steps.get_pr_data.outputs.body }}"
40-
# echo "URL: ${{ steps.get_pr_data.outputs.url }}"
41-
42-
# - uses: ./.github/actions/discord-webhook
43-
# with:
44-
# webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
45-
# pr-title: ${{ steps.get_pr_data.outputs.title }}
46-
# pr-body: ${{ steps.get_pr_data.outputs.body }}
47-
# pr-url: ${{ steps.get_pr_data.outputs.url }}

0 commit comments

Comments
 (0)