Conference Registration (Tabling) #140
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto-close CRM Record Update issues | |
on: | |
issues: | |
types: [opened, transferred] | |
jobs: | |
triage: | |
if: contains(github.event.issue.labels.*.name, 'crm-update') | |
runs-on: ubuntu-latest | |
steps: | |
- name: Comment and close | |
uses: peter-evans/close-issue@v2 | |
with: | |
comment: | | |
This issue is being closed automatically and will not be addressed further. | |
Please submit your CRM Record Update to the HubSpot [Internal Support](https://app.hubspot.com/contacts/5519226/objects/0-5/views/all/board) Service Desk pipeline. |