Skip to content

Fix: update the playlist-track file permissions from 755 to 644#76315

Merged
ramonjd merged 1 commit intoWordPress:trunkfrom
dlind1:fix/playlist-track-file-permissions
Mar 12, 2026
Merged

Fix: update the playlist-track file permissions from 755 to 644#76315
ramonjd merged 1 commit intoWordPress:trunkfrom
dlind1:fix/playlist-track-file-permissions

Conversation

@dlind1
Copy link
Contributor

@dlind1 dlind1 commented Mar 9, 2026

What?

Update the permissions of files in packages/block-library/src/playlist-track from 755 to 644.

Why?

The executable permissions on these files seems to have been added by mistake and the files should have the same permissions as the rest of the source files.

How?

Changed the permissions from 755 to 644.

Testing Instructions

Code review should be sufficient in this case.

@github-actions github-actions bot added the [Package] Block library /packages/block-library label Mar 9, 2026
@dlind1 dlind1 marked this pull request as ready for review March 9, 2026 13:24
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: dlind1 <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Copy link
Member

@ramonjd ramonjd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted!! Thanks for the PR 🙇🏻 LGTM

Before

[trunk] $ git ls-tree trunk packages/block-library/src/playlist-track/

100755 blob 37ae9996f9fd41b32c10332865c12d971172465c    packages/block-library/src/playlist-track/block.json
100755 blob 7da2c6375323d8606578937a526e5df12eaa5c86    packages/block-library/src/playlist-track/edit.js
100755 blob cfaa381675ed09fda651c2cb0c04682d7d0a3611    packages/block-library/src/playlist-track/index.js
100755 blob bc56a38a08e85138927c9803b9f2c072cf4e019d    packages/block-library/src/playlist-track/index.php
100755 blob 79f0492c2cb2f87fee9a8a970d6356baea692f05    packages/block-library/src/playlist-track/init.js
100755 blob 05b722c7fa857b5fb7af3f545f472e39cb633121    packages/block-library/src/playlist-track/style.scss

After

[fix/playlist-track-file-permissions] $ git ls-tree fix/playlist-track-file-permissions packages/block-library/src/playlist-track/

100644 blob 37ae9996f9fd41b32c10332865c12d971172465c    packages/block-library/src/playlist-track/block.json
100644 blob 7da2c6375323d8606578937a526e5df12eaa5c86    packages/block-library/src/playlist-track/edit.js
100644 blob cfaa381675ed09fda651c2cb0c04682d7d0a3611    packages/block-library/src/playlist-track/index.js
100644 blob bc56a38a08e85138927c9803b9f2c072cf4e019d    packages/block-library/src/playlist-track/index.php
100644 blob 79f0492c2cb2f87fee9a8a970d6356baea692f05    packages/block-library/src/playlist-track/init.js
100644 blob 05b722c7fa857b5fb7af3f545f472e39cb633121    packages/block-library/src/playlist-track/style.scss

Also rebuilt the project and smoke tested playlist block for good measure 🚀

@ramonjd ramonjd added the [Type] Bug An existing feature does not function as intended label Mar 12, 2026
@ramonjd ramonjd merged commit 3774073 into WordPress:trunk Mar 12, 2026
47 of 50 checks passed
@github-actions github-actions bot added this to the Gutenberg 22.8 milestone Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Package] Block library /packages/block-library [Type] Bug An existing feature does not function as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants