Skip to content

Commit

Permalink
add icons to workflow (#42094)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 8, 2021
1 parent 0c07573 commit bbbca7f
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
@@ -1,4 +1,4 @@
name: Backport
name: Backport
on:
pull_request_target:
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
@@ -1,4 +1,4 @@
name: Build Docker images for current branches
name: 🐳 Build Docker images for current branches

# on commits to this file, schedule and dispatch runs, the workflow will build the 3 different Docker images (master, PR, LTR)
# on tags, it will build only the image of the given tag
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code_layout.yml
@@ -1,12 +1,12 @@
name: Code Layout
name: 🧹 Code Layout

on:
push:
branches:
- master
- release-**
pull_request:

jobs:
documentation_checks:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
@@ -1,4 +1,4 @@
name: flake8
name: ❄ Flake8

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
@@ -1,4 +1,4 @@
name: Mac OS build
name: 🍏 Mac OS build
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw64.yml
@@ -1,4 +1,4 @@
name: MingW64 Windows 64bit Build
name: 🪟 MingW64 Windows 64bit Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ogc.yml
@@ -1,4 +1,4 @@
name: OGC tests for QGIS Server
name: 🗺 OGC tests for QGIS Server

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-milestone.yml
@@ -1,4 +1,4 @@
name: PR set milestone
name: 📅 Auto set milestone on PR

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-needs-documentation.yml
@@ -1,5 +1,5 @@

name: PR needs documentation
name: 📖 PR needs documentation

# a message will be added to the PR to ping the author about her/his responsibility to handle the documentation issue
# an issue is automatically created in the QGIS-Documentation repository when the PR gets merged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
@@ -1,4 +1,4 @@
name: Release 🚀
name: 🚀 Release

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
@@ -1,4 +1,4 @@
name: QGIS tests
name: 🧪 QGIS tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale_issues.yml
@@ -1,4 +1,4 @@
name: "Handle stale issues"
name: 👓 Handle stale issues
on:
schedule:
- cron: "30 1 * * *"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/stale_pr.yml
@@ -1,4 +1,4 @@
name: "Handle stale pull requests"
name: 👓 Handle stale pull requests
on:
schedule:
- cron: "30 2 * * *"
Expand Down Expand Up @@ -36,17 +36,17 @@ jobs:
If there is no further activity on this pull request, it will be closed in a
week.
close-pr-message: >
While we hate to see this happen, this PR has been automatically closed because
it has not had any activity in the last 21 days. If this pull request should be
reconsidered, please follow the guidelines in the previous comment and reopen
this pull request. Or, if you have any further questions, just ask! We love to
help, and if there's anything the QGIS project can do to help push this PR forward
please let us know how we can assist.
stale-pr-label: 'stale'
exempt-pr-labels: 'Merge After Thaw'
days-before-stale: 14
Expand Down

0 comments on commit bbbca7f

Please sign in to comment.