File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments