[BUG] For some cities, current data is reported but historical data is not. Example: get_city_air('Kinshasa') returns a valid result, but get_historical_data(city='Kinshasa') reurns 'Exception: The search for city "Kinshasa" returns no result. It is possible that the city does not have AQI station.' #332
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: Assign issue to contributor | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
assign: | |
name: Take an issue | |
runs-on: ubuntu-latest | |
steps: | |
- name: take the issue | |
uses: kowshik-noor/take-action@beer-comment | |
env: | |
GITHUB_TOKEN: ${{ github.token }} |