Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tasks: Stop reacting to opened issue
This causes a duplicate image-refresh job for auto-generated image refresh issues. These generate both an "opened" and "labelled" event at the same tme, so that we'll get two `issues-scan` webhook queue entries, and the API query in `issue-scan` will see a "bot" labeled issue for both responses. It is enough to react to the "labeled" event.
- Loading branch information