Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
add script to list deprecated issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Feb 3, 2019
1 parent 82c0664 commit a5088e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/list_open_issues_with_deprecated_label.sh
Original file line number Diff line number Diff line change
@@ -0,0 1,3 @@
#!/bin/bash

PYTHONPATH=$(pwd) scripts/scrape_github_issues_url 'https://github.com/ansible/ansible/issues?q=is:open label:deprecated'

0 comments on commit a5088e5

Please sign in to comment.