Skip to content

AttributeError: 'NoneType' object has no attribute 'encoding' (from_path(filename).best().encoding) #119

AttributeError: 'NoneType' object has no attribute 'encoding' (from_path(filename).best().encoding)

AttributeError: 'NoneType' object has no attribute 'encoding' (from_path(filename).best().encoding) #119

Workflow file for this run

# This workflow runs when a new issue is opened.
#
# - Apply the 'fresh' label.
name: Issue Open Workflow
on:
issues:
types: [opened]
jobs:
label_issue_backlog:
runs-on: ubuntu-latest
steps:
- name: Add fresh new label
uses: andymckay/labeler@master
with:
add-labels: "fresh"