Skip to content

there is no need to read users in the channel in slack_conversation Data Source #76

there is no need to read users in the channel in slack_conversation Data Source

there is no need to read users in the channel in slack_conversation Data Source #76

Workflow file for this run

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