zebra/.github
Gustavo Valverde 2b0b2a4292
fix(ci): handle `tee` trying to write to a closed pipe (#7580)
Use `trap '' PIPE` as a command in the pipeline might exit early and we want the script to continue executing, as using `grep --max-count=1` might exit after finding the first match, causing a broken pipe error with `tee`.

This is being combined with  `set -o pipefail` to have strict error handling and we want the script to fail if any command in the pipeline fails.
2023-09-20 18:58:18 +00:00
..
ISSUE_TEMPLATE Create ticket template for zcashd dependency upgrades (#7536) 2023-09-13 23:59:40 +00:00
PULL_REQUEST_TEMPLATE add(doc): Add instructions for changing crate owners (#7572) 2023-09-20 00:40:48 +00:00
workflows fix(ci): handle `tee` trying to write to a closed pipe (#7580) 2023-09-20 18:58:18 +00:00
CODEOWNERS fit(whitespace): Update CODEOWNERS (#7296) 2023-08-03 15:21:02 +00:00
dependabot.yml Add bridgetree to the ECC dependabot group (#7537) 2023-09-13 08:30:20 +00:00
mergify.yml change(merge): Require 2 reviews for PRs with an extra-reviews label (#7158) 2023-07-11 09:34:15 +10:00
pull_request_template.md updates pull request template (#5988) 2023-01-18 02:23:19 +00:00
release-drafter.yml change(merge): Require 2 reviews for PRs with an extra-reviews label (#7158) 2023-07-11 09:34:15 +10:00
zbot.yml Create zbot.yml 2020-06-13 06:15:20 -04:00