mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -05:00
Fix labels.
This commit is contained in:
parent
409f3eab34
commit
3787acf6a3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/autofix.yaml
vendored
6
.github/workflows/autofix.yaml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
}}/actions/runs/${{ github.run_id }}) as defined by [workflow
|
}}/actions/runs/${{ github.run_id }}) as defined by [workflow
|
||||||
action](https://github.com/${{ github.repository
|
action](https://github.com/${{ github.repository
|
||||||
}}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml).
|
}}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml).
|
||||||
labels: CI/CD
|
labels: "CI/CD"
|
||||||
assignees: kdeldycke
|
assignees: kdeldycke
|
||||||
branch: format-json
|
branch: format-json
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
}}/actions/runs/${{ github.run_id }}) as defined by [workflow
|
}}/actions/runs/${{ github.run_id }}) as defined by [workflow
|
||||||
action](https://github.com/${{ github.repository
|
action](https://github.com/${{ github.repository
|
||||||
}}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml).
|
}}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml).
|
||||||
labels: CI/CD, documentation
|
labels: "CI/CD"
|
||||||
assignees: kdeldycke
|
assignees: kdeldycke
|
||||||
branch: autofix-typo
|
branch: autofix-typo
|
||||||
|
|
||||||
|
@ -111,6 +111,6 @@ jobs:
|
||||||
}}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml).
|
}}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml).
|
||||||
%0A
|
%0A
|
||||||
${{ steps.image_actions.outputs.markdown }}
|
${{ steps.image_actions.outputs.markdown }}
|
||||||
labels: CI/CD, documentation
|
labels: "CI/CD"
|
||||||
assignees: kdeldycke
|
assignees: kdeldycke
|
||||||
branch: optimize-images
|
branch: optimize-images
|
||||||
|
|
Loading…
Reference in a new issue