[Feature Request ] : Fetching Real Time Nearby Hospitals #104
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: issue labeler workflow | |
on: | |
issues: | |
types: ["opened"] | |
jobs: | |
Issue-Labeler: | |
name: issue labeler | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Renato66/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
ignore-comments: true | |
default-labels: '["Triage"]' |