there is no need to read users in the channel in slack_conversation Data Source #76
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
on: issues | |
name: Issue triage | |
jobs: | |
markIssuesForTriage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Apply Issue Triage Label | |
uses: actions/github@v1.0.0 | |
if: github.event.action == 'opened' && !contains(fromJSON('["pablovarela"]'), github.actor) | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
args: label needs-triage |