We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950f9ca commit e14d68cCopy full SHA for e14d68c
1 file changed
.github/workflows/projFixedIssues.yml
@@ -59,4 +59,4 @@ jobs:
59
- name: Generate list of closed issues for release notes
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- run: gh project item-list `gh project list --owner root-project |grep ${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}|awk '{print $1}` --owner root-project -L 8192|grep "Issue"|sort -t$'\t' -k3 -n -r| awk -v FS='\t' -v OFS='\t' '{print " * [[#"$3"](https://github.com/root-project/root/issues/"$3")] - "$2}'
+ run: gh project item-list `gh project list --owner root-project |grep ${{ inputs.major }}.${{ inputs.minor }}.${{ inputs.patch }}|awk '{print $1}'` --owner root-project -L 8192|grep "Issue"|sort -t$'\t' -k3 -n -r| awk -v FS='\t' -v OFS='\t' '{print " * [[#"$3"](https://github.com/root-project/root/issues/"$3")] - "$2}'
0 commit comments