Skip to content

getSnapshot method only returning snapshot of current time even when setting a timestamp in the past #24

getSnapshot method only returning snapshot of current time even when setting a timestamp in the past

getSnapshot method only returning snapshot of current time even when setting a timestamp in the past #24

# Close issues that don't conform to the issue templates.
#
name: Close Non-Conforming Issues
on:
issues:
types: [opened]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issues that don't follow the issue templates.
uses: roots/[email protected]
with:
issue-close-message: "@${issue.user.login} - this issue is being automatically closed because it does not follow either the feature request or bug report issue template. The issue templates have been designed to help in the troubleshooting (or feature request) process. Please use them and populate it as completely as possible to streamline troubleshooting or feature request discussions."
issue-pattern: "Describe alternatives you've considered|Describe The Problem"
repo-token: ${{ secrets.GITHUB_TOKEN }}