Skip to content

Commit

Permalink
Update actions (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation authored Jul 13, 2021
1 parent d482dff commit 3e21867
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/knative-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ jobs:

- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Merge upstream
if: github.event_name == 'pull_request'
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e21867

Please sign in to comment.