1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Commit Graph

11 Commits

Author SHA1 Message Date
devin-ai-integration[bot]
250ab7c9e6 chore: Update workflow-actions reference to fix bot PR labeling (#68179)
## What

Fixes bot-authored PRs being incorrectly labeled as "community"
contributions. This was happening because the GitHub Actions workflows
were referencing an outdated `@production` tag in the workflow-actions
repository that didn't include recent bot account exclusions.

**Link to Devin run**:
https://app.devin.ai/sessions/8501e183a3e14fee9491d4322b04a69f

Requested by: ian.alton@airbyte.io

## How

Updates both labeling workflows (`label-prs-by-context.yml` and
`label-github-issues-by-context.yml`) to reference a specific commit SHA
(`2a848ff`) in the workflow-actions repository instead of the
`@production` tag.

This commit includes the updated bot account exclusion list that
prevents the following accounts from being labeled as community:
- `devin-ai-integration`
- `octavia-bot-hoard`
- `octavia-bot-admin`
- `octavia-bot`
- `airbyteio`
- `github-actions[bot]`
- `dependabot`
- `speakeasybot`
- `airbyte-slash-dispatch-bot`

The `@production` tag was pointing to an older commit that only excluded
`octavia-squidington-iii` and `dependabot[bot]`.

## Review guide

1. `.github/workflows/label-prs-by-context.yml` - Verify the commit SHA
`2a848ffce5eaf8da66d4176b66f55dd2e1007016` is correct
2. `.github/workflows/label-github-issues-by-context.yml` - Same commit
SHA update for consistency
3. **Important**: Verify the commit exists at
2a848ffce5
4. Consider whether pinning to a specific commit vs using a versioned
tag (e.g., `v1.0.0`) would be preferable for future maintainability

## User Impact

**Positive:**
- Bot-authored PRs will no longer be incorrectly labeled as "community"
contributions
- More accurate contribution attribution in the repository

**Negative:**
- None expected. This only adds more bot exclusions; it doesn't change
behavior for human contributors.

**Note:** This change cannot be easily tested before merge since it
requires actual PR/issue events to trigger the workflows.

## Can this PR be safely reverted and rolled back?

- [x] YES 💚

Revert by changing the commit SHA back to `@production` or any other
valid reference in the workflow-actions repository.

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
2025-10-17 21:56:18 +00:00
Tobias Wennergren
05f1ed756b chore: pin GitHub Actions to SHA1 for supply chain security (#67019)
## What
- Pin all GitHub Actions to their specific SHA1 hashes to reduce supply
chain attack risk
- Replaces version tags with specific commit SHAs
- Includes version comments for easier reference
- Changes generated with the pinact tool

See internal wiki page on supply chain security for further info

## How
Used the tool pinact to pin the sha for github actions. 

## Review guide
<!--
1. `x.py`
2. `y.py`
-->

## User Impact
No impact

## Can this PR be safely reverted and rolled back?

- [x] YES 💚
- [ ] NO 
2025-10-07 13:14:36 -07:00
Aaron ("AJ") Steers
68f36d6392 ci: revert auto-label actions to use PAT (#66163) 2025-09-10 10:14:13 -07:00
Aaron ("AJ") Steers
32f0767ced chore: replace maintenance PATs with GitHub App authentication (#65948)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-09-10 16:30:15 +00:00
Aaron ("AJ") Steers
3a66bf2085 ci: clarify workflow names, job names, and step names (#60967) 2025-05-29 08:46:56 -07:00
Aaron ("AJ") Steers
508424f848 ci: use explicit ubuntu versioned ci runner (#49857) 2024-12-18 13:17:19 -08:00
Mykyta Serbynevskiy
d4bfcf3372 introduce new pattern of GH PAT usage for #2641 (#22177) 2023-02-01 20:58:12 +02:00
Volodymyr Pochtar
7454a42055 ci: bump marketplace actions due to deprecations (#19126) 2022-11-10 16:01:35 +02:00
Topher Lubaway
7fad702ce0 Toph cleans up labellers ii (#17330)
* Further testing

This reverts commit 83cdf198f1.

* Moves find_valid_pat into single job

* Removes duplicate find_valid_pat

* Moves find_valid_pat to single job

* New name for FE notifier
2022-09-28 11:18:37 -05:00
Topher Lubaway
83cdf198f1 Revert "Cleans up label actions && fix broken action (#17324)" (#17329)
This reverts commit dd95d3ad59.
2022-09-28 10:06:36 -05:00
Topher Lubaway
dd95d3ad59 Cleans up label actions && fix broken action (#17324)
* Cleans up label actions

Also fixes my very silly implementation

* removes unsused output

* Keep titles the same across jerbs
2022-09-28 10:00:32 -05:00