mirror of https://github.com/knative/caching.git
Update actions (#496)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
2b25128cb1
commit
bf65d6a42f
|
@ -46,6 +46,15 @@ jobs:
|
|||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Merge upstream
|
||||
run: |
|
||||
git remote add upstream https://github.com/${{ github.repository }}.git
|
||||
git fetch upstream ${{ github.base_ref }}
|
||||
git pull --no-rebase --no-commit upstream ${{ github.base_ref }}
|
||||
shell: bash
|
||||
|
||||
- name: Check for .codecov.yaml
|
||||
id: codecov-enabled
|
||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
inactivity. Reopen the issue with `/reopen`. Mark the issue as
|
||||
fresh by adding the comment `/remove-lifecycle stale`.
|
||||
stale-issue-label: 'lifecycle/stale'
|
||||
exempt-issue-labels: 'lifecycle/frozen'
|
||||
exempt-issue-labels: 'lifecycle/frozen,triage/accepted'
|
||||
|
||||
stale-pr-message: |-
|
||||
This Pull Request is stale because it has been open for 90 days with
|
||||
|
|
Loading…
Reference in New Issue