[METADATA UPDATE][Merge by 2023-09-05] Global allowlist metadata update #113
Workflow file for this run
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: Greetings | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hello, thanks for your feedback. As of October 201, Microsoft no longer regularly monitors this feedback. If you want to collaborate on content with us, we refer to [Microsoft Dynamics 365 Business Central](/dynamics365/business-central/).' | |
pr-message: 'Hello, thanks for your contribution. However, as of October 201, Microsoft no longer regularly monitors contributions for this content. If you want to collaborate on content with us, we refer to the [Microsoft Dynamics 365 Business Central](/dynamics365/business-central/).' | |