Skip to content

Update tieredmenudemo.html - Correction done for the closing curly brackets in the showcase under 'Source' tab. #231

Update tieredmenudemo.html - Correction done for the closing curly brackets in the showcase under 'Source' tab.

Update tieredmenudemo.html - Correction done for the closing curly brackets in the showcase under 'Source' tab. #231

name: Verify Linked Issue In PRs
on:
pull_request_target:
types: [opened, reopened]
check_run:
permissions:
contents: read
jobs:
verify_linked_issue:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Verify Linked Issue
uses: hattan/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: |
:wave: Hi,
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please [manually link to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#manually-linking-a-pull-request-or-branch-to-an-issue-using-the-issue-sidebar) or mention it in the description using #<issue_id>.
labeler:
if: ${{ failure() }}
needs: [verify_linked_issue]
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Add Label
uses: andymckay/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
add-labels: 'Resolution: Needs Revision'
remove-labels: 'Status: Pending Review'