Skip to content

[Bug report] The latlngAsync() method is not working in the 3.0.0 version. #87

[Bug report] The latlngAsync() method is not working in the 3.0.0 version.

[Bug report] The latlngAsync() method is not working in the 3.0.0 version. #87

name: Remove label when issue is closed
on:
issues:
types:
- closed
jobs:
add-label:
runs-on: ubuntu-latest
permissions:
issues: write
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: remove label
run:
gh issue edit ${{ github.event.issue.number }} --remove-label 'await triage'