mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-29 21:40:35 +03:00
Correctly add new icon
labeled pull requests to Priority 2 column (#6964)
This commit is contained in:
parent
907d8067d1
commit
1be629bf6e
11
.github/workflows/add-labels-priority.yml
vendored
11
.github/workflows/add-labels-priority.yml
vendored
@ -33,6 +33,17 @@ jobs:
|
||||
- id: get-linked-issues
|
||||
name: Get linked issue numbers
|
||||
uses: mondeja/pr-linked-issues-action@v2
|
||||
with:
|
||||
# Lazy linked issues. If one of the lines of the pull request body
|
||||
# matches one of the next contents, the matching issue number will
|
||||
# be added to `issues` output:
|
||||
add_links_by_content: |
|
||||
**Issue:** #{issue_number}
|
||||
**Issue**: #{issue_number}
|
||||
**Close:** #{issue_number}
|
||||
**Close**: #{issue_number}
|
||||
**Closes:** #{issue_number}
|
||||
**Closes**: #{issue_number}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user